From bb8b657419b2a9d3ac6db3f7cf4447d9b0e003cf Mon Sep 17 00:00:00 2001 From: Ridgep <ridpet-5@student.ltu.se> Date: Thu, 7 Mar 2019 14:57:08 +0100 Subject: [PATCH] bare1_1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ce85aa..fd63391 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ optional = true [dependencies.cortex-m] version = "0.5.8" -# features = ["inline-asm"] # <- currently requires nightly compiler +features = ["inline-asm"] # <- currently requires nightly compiler # Uncomment for the allocator example. # alloc-cortex-m = "0.3.5" -- GitLab