diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-05-17 14:07:12 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-17 14:07:12 +0200 |
| commit | ccfcacaaa73634301f078448440c7414c28ea483 (patch) | |
| tree | 5fc5995aa6a7e59e5472d705be180f84c4a7d6ae /embassy-nrf-examples/src/bin/timer.rs | |
| parent | 9206d4b33d3f7690cbab7cad03da7b97ef0f8ec9 (diff) | |
| parent | 3e83acc1cb683f74a10b42489c52200b945efa9d (diff) | |
Merge pull request #183 from rukai/fix_warnings
Fix all warnings on embassy-nrf + embassy-nrf-examples + embassy_extras
Diffstat (limited to 'embassy-nrf-examples/src/bin/timer.rs')
| -rw-r--r-- | embassy-nrf-examples/src/bin/timer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf-examples/src/bin/timer.rs b/embassy-nrf-examples/src/bin/timer.rs index ffbbb7841..43f6d76ce 100644 --- a/embassy-nrf-examples/src/bin/timer.rs +++ b/embassy-nrf-examples/src/bin/timer.rs | |||
| @@ -31,7 +31,7 @@ async fn run2() { | |||
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | #[embassy::main] | 33 | #[embassy::main] |
| 34 | async fn main(spawner: Spawner, p: Peripherals) { | 34 | async fn main(spawner: Spawner, _p: Peripherals) { |
| 35 | unwrap!(spawner.spawn(run1())); | 35 | unwrap!(spawner.spawn(run1())); |
| 36 | unwrap!(spawner.spawn(run2())); | 36 | unwrap!(spawner.spawn(run2())); |
| 37 | } | 37 | } |
