aboutsummaryrefslogtreecommitdiff
path: root/examples/not-sync.rs
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-10-22 16:48:56 +0000
committerGravatar GitHub <noreply@github.com> 2020-10-22 16:48:56 +0000
commit9fb5a223cb8adb01381650b66eab28ea5abc98ed (patch)
tree357983fd15ba52ea221f20b5cb14b96783d07d51 /examples/not-sync.rs
parent6de4f1a797c81aec6c24f47872e5d3968344684c (diff)
parent17e976ab495234f9f53f56e6693850af077cf701 (diff)
downloadrtic-9fb5a223cb8adb01381650b66eab28ea5abc98ed.tar.gz
rtic-9fb5a223cb8adb01381650b66eab28ea5abc98ed.tar.zst
rtic-9fb5a223cb8adb01381650b66eab28ea5abc98ed.zip
Merge #396
396: Fix namespaces r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'examples/not-sync.rs')
-rw-r--r--examples/not-sync.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/not-sync.rs b/examples/not-sync.rs
index 75412e63..d2616ee9 100644
--- a/examples/not-sync.rs
+++ b/examples/not-sync.rs
@@ -6,8 +6,6 @@
#![no_std]
use core::marker::PhantomData;
-
-use cortex_m_semihosting::debug;
use panic_halt as _;
pub struct NotSync {
@@ -18,6 +16,7 @@ pub struct NotSync {
mod app {
use super::NotSync;
use core::marker::PhantomData;
+ use cortex_m_semihosting::debug;
#[resources]
struct Resources {