瀏覽代碼

Add inline-asm feature.

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