Browse Source

Add inline-asm feature.

David Craven 6 years ago
parent
commit
aa092421a3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      riscv-rt/Cargo.toml

+ 3 - 0
riscv-rt/Cargo.toml

@@ -11,3 +11,6 @@ license = "ISC"
 [dependencies]
 r0 = "0.2.2"
 riscv = "0.3.0"
+
+[features]
+inline-asm = []