Explorar el Código

Add inline-asm feature.

David Craven hace 6 años
padre
commit
aa092421a3
Se han modificado 1 ficheros con 3 adiciones y 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 = []