diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2017-04-07 18:57:13 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2017-04-07 18:57:13 -0500 |
| commit | 185f368d63e6b083d1717c3625b7756e77782add (patch) | |
| tree | df8c25a4d19a5b365f76c42f4b4c6eaa8e433aec /Cargo.toml | |
| parent | 22bb0d8eaef26dc9f276b89b85f20121a372197f (diff) | |
use volatile read/writes for checked::Resource.locked
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
