Explorar o código

Add inline-asm feature.

David Craven %!s(int64=6) %!d(string=hai) anos
pai
achega
aa092421a3
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 = []