Skip to content

Commit a458d8e

Browse files
committed
zephyr: embassy: Eliminate unused printkln import
With the directives themselves removed, remove the import to avoid a warning about unused imports. Signed-off-by: David Brown <[email protected]>
1 parent dea6436 commit a458d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/src/embassy/executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use core::{marker::PhantomData, sync::atomic::Ordering};
55
use embassy_executor::{raw, Spawner};
66
use zephyr_sys::{k_current_get, k_thread_resume, k_thread_suspend, k_tid_t};
77

8-
use crate::{printkln, sync::atomic::AtomicBool};
8+
use crate::sync::atomic::AtomicBool;
99

1010
/// Zephyr-thread based executor.
1111
pub struct Executor {

0 commit comments

Comments
 (0)