diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-04-21 00:24:54 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-04-21 00:24:54 -0500 |
| commit | 4992db78777c408a545a787e43450d4947144550 (patch) | |
| tree | 3d8de8a9d209be9fd86540ae2a5601fa827f3a53 /tests/cfail/borrow.rs | |
| parent | 0a6583ddc6909215e5db10e8df9da48cc7bffe1a (diff) | |
more docs, remove Ceiling / Priority / Level traits
Diffstat (limited to 'tests/cfail/borrow.rs')
| -rw-r--r-- | tests/cfail/borrow.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cfail/borrow.rs b/tests/cfail/borrow.rs index 6d8ab2a..ca246e7 100644 --- a/tests/cfail/borrow.rs +++ b/tests/cfail/borrow.rs @@ -1,6 +1,6 @@ -extern crate cortex_m_srp; +extern crate cortex_m_rtfm as rtfm; -use cortex_m_srp::{C1, C2, C3, C4, C5, P2, Resource}; +use rtfm::{C1, C2, C3, C4, C5, P2, Resource}; static R1: Resource<i32, C4> = Resource::new(0); static R2: Resource<i32, C3> = Resource::new(0); |
