Add inline-asm feature.

This commit is contained in:
David Craven 2018-08-12 07:56:17 +02:00
parent 59d46795b2
commit 34b2ba33cd
1 changed files with 4 additions and 1 deletions

View File

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