Parcourir la source

Add inline-asm feature.

David Craven il y a 6 ans
Parent
commit
aa092421a3
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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 = []