aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2017-04-07 18:57:13 -0500
committerJorge Aparicio <japaricious@gmail.com>2017-04-07 18:57:13 -0500
commit185f368d63e6b083d1717c3625b7756e77782add (patch)
treedf8c25a4d19a5b365f76c42f4b4c6eaa8e433aec /Cargo.toml
parent22bb0d8eaef26dc9f276b89b85f20121a372197f (diff)
use volatile read/writes for checked::Resource.locked
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1ca881e..c51a72e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,7 @@ version = "0.1.0"
[dependencies]
cortex-m = "0.2.0"
+
+[dependencies.vcell]
+features = ["const-fn"]
+version = "0.1.0" \ No newline at end of file