aboutsummaryrefslogtreecommitdiff
path: root/homogeneous/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'homogeneous/src/lib.rs')
-rw-r--r--homogeneous/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/homogeneous/src/lib.rs b/homogeneous/src/lib.rs
index 95ff184d..1bda7c85 100644
--- a/homogeneous/src/lib.rs
+++ b/homogeneous/src/lib.rs
@@ -8,7 +8,7 @@ use core::{
};
use bare_metal::Nr;
-use rtfm::{Fraction, Monotonic, MultiCore};
+use rtic::{Fraction, Monotonic, MultiCore};
// both cores have the exact same interrupts
pub use Interrupt_0 as Interrupt_1;