aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-08-04 15:25:21 +0200
committerDario Nieuwenhuis <[email protected]>2021-08-04 15:25:21 +0200
commita1a5acb82545d1834a769620a0cd69c1e340ff60 (patch)
treef668bd34e5e7e3c48bc1aa5b676dd248a762d0bb /examples/nrf/src
parent87f27d5ed6dccb1deda611fb2224768cefed0ef7 (diff)
rustfmt everything
Diffstat (limited to 'examples/nrf/src')
-rw-r--r--examples/nrf/src/bin/mpsc.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/nrf/src/bin/mpsc.rs b/examples/nrf/src/bin/mpsc.rs
index 443955239..cdc7d0822 100644
--- a/examples/nrf/src/bin/mpsc.rs
+++ b/examples/nrf/src/bin/mpsc.rs
@@ -37,7 +37,6 @@ async fn my_task(sender: Sender<'static, WithNoThreads, LedState, 1>) {
37 37
38#[embassy::main] 38#[embassy::main]
39async fn main(spawner: Spawner, p: Peripherals) { 39async fn main(spawner: Spawner, p: Peripherals) {
40
41 let mut led = Output::new(p.P0_13, Level::Low, OutputDrive::Standard); 40 let mut led = Output::new(p.P0_13, Level::Low, OutputDrive::Standard);
42 41
43 let channel = CHANNEL.put(Channel::new()); 42 let channel = CHANNEL.put(Channel::new());