aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52840/src/bin/self_spawn_current_executor.rs
diff options
context:
space:
mode:
authoreZio Pan <[email protected]>2023-12-22 00:19:00 +0800
committerGitHub <[email protected]>2023-12-22 00:19:00 +0800
commitd7e517e2d32c590e62e3e3339e191d19ce764c12 (patch)
tree3862995264a953b224557353bd37c38e83f92f95 /examples/nrf52840/src/bin/self_spawn_current_executor.rs
parent05b8818de01866fa988a8f65a395690f02176b34 (diff)
parent87c03037e320ce30c0cd34fe97e0365e1b11aa9a (diff)
Merge branch 'main' into stm32f4-example-ws2812-spi
Diffstat (limited to 'examples/nrf52840/src/bin/self_spawn_current_executor.rs')
-rw-r--r--examples/nrf52840/src/bin/self_spawn_current_executor.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/nrf52840/src/bin/self_spawn_current_executor.rs b/examples/nrf52840/src/bin/self_spawn_current_executor.rs
index 65d50f8c3..ec9569a64 100644
--- a/examples/nrf52840/src/bin/self_spawn_current_executor.rs
+++ b/examples/nrf52840/src/bin/self_spawn_current_executor.rs
@@ -1,6 +1,5 @@
1#![no_std] 1#![no_std]
2#![no_main] 2#![no_main]
3#![feature(type_alias_impl_trait)]
4 3
5use defmt::{info, unwrap}; 4use defmt::{info, unwrap};
6use embassy_executor::Spawner; 5use embassy_executor::Spawner;