From 34b2ba33cd9048e68ac7a0b57edbbc158febb0ae Mon Sep 17 00:00:00 2001 From: David Craven Date: Sun, 12 Aug 2018 07:56:17 +0200 Subject: [PATCH] Add inline-asm feature. --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c12979c..7c0f484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,7 @@ keywords = ["riscv", "register", "peripheral"] license = "ISC" [dependencies] -bare-metal = "0.1.1" \ No newline at end of file +bare-metal = "0.1.1" + +[features] +inline-asm = [] \ No newline at end of file