Ver código fonte

Add inline-asm feature.

David Craven 6 anos atrás
pai
commit
aa092421a3
1 arquivos alterados com 3 adições e 0 exclusões
  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 = []