diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-08-04 15:35:44 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-04 15:35:44 +0200 |
| commit | 07a095be0d439a0977de09aa5341885cbf399f06 (patch) | |
| tree | f668bd34e5e7e3c48bc1aa5b676dd248a762d0bb /examples/nrf | |
| parent | f574e553950848456afc9aadffa8ed49cb1436fc (diff) | |
| parent | a1a5acb82545d1834a769620a0cd69c1e340ff60 (diff) | |
Merge pull request #343 from embassy-rs/rustfmt-everything
Rustfmt everything
Diffstat (limited to 'examples/nrf')
| -rw-r--r-- | examples/nrf/src/bin/mpsc.rs | 1 |
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] |
| 39 | async fn main(spawner: Spawner, p: Peripherals) { | 39 | async 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()); |
