Explorar o código

Add inline-asm feature.

David Craven %!s(int64=6) %!d(string=hai) anos
pai
achega
34b2ba33cd
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      Cargo.toml

+ 4 - 1
Cargo.toml

@@ -9,4 +9,7 @@ keywords = ["riscv", "register", "peripheral"]
 license = "ISC"
 
 [dependencies]
-bare-metal = "0.1.1"
+bare-metal = "0.1.1"
+
+[features]
+inline-asm = []