diff options
| author | Matous Hybl <[email protected]> | 2021-11-16 12:13:43 +0100 |
|---|---|---|
| committer | Matous Hybl <[email protected]> | 2021-11-23 11:00:37 +0100 |
| commit | 0ca6060bfdc3807567e3a22dd356c238745f6cdd (patch) | |
| tree | 116657522b48a3beccc34c19dec225330b2b11ec /examples/nrf/src/bin/temp.rs | |
| parent | d98d18d2ee5932580463a91bc9ac257e51d0ac46 (diff) | |
Fix interrupt_take macro by specifying path to panic macro.
Diffstat (limited to 'examples/nrf/src/bin/temp.rs')
| -rw-r--r-- | examples/nrf/src/bin/temp.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/nrf/src/bin/temp.rs b/examples/nrf/src/bin/temp.rs index af9775f5a..4b30b6ea3 100644 --- a/examples/nrf/src/bin/temp.rs +++ b/examples/nrf/src/bin/temp.rs | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | mod example_common; | 6 | mod example_common; |
| 7 | use example_common::*; | 7 | use example_common::*; |
| 8 | 8 | ||
| 9 | use defmt::panic; | ||
| 10 | use embassy::{ | 9 | use embassy::{ |
| 11 | executor::Spawner, | 10 | executor::Spawner, |
| 12 | time::{Duration, Timer}, | 11 | time::{Duration, Timer}, |
