瀏覽代碼

Add inline-asm feature.

David Craven 6 年之前
父節點
當前提交
34b2ba33cd
共有 1 個文件被更改,包括 4 次插入1 次删除
  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 = []