Browse Source

Add inline-asm feature.

David Craven 6 năm trước cách đây
mục cha
commit
aa092421a3
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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 = []