aboutsummaryrefslogtreecommitdiff
path: root/tests/cfail/lock.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cfail/lock.rs')
-rw-r--r--tests/cfail/lock.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cfail/lock.rs b/tests/cfail/lock.rs
index 83f3ec8..c69c0df 100644
--- a/tests/cfail/lock.rs
+++ b/tests/cfail/lock.rs
@@ -1,6 +1,6 @@
-extern crate cortex_m_srp;
+extern crate cortex_m_rtfm as rtfm;
-use cortex_m_srp::{C16, C2, P1, P16, P2, P3, Resource};
+use rtfm::{C16, C2, P1, P16, P2, P3, Resource};
static R1: Resource<i32, C2> = Resource::new(0);