diff options
| author | Dario Nieuwenhuis <[email protected]> | 2020-09-24 22:04:45 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2020-09-24 22:04:45 +0200 |
| commit | f8d63b1f30b8204ef942869f23af18025008ab45 (patch) | |
| tree | 40f13a87a3f1f2acd8e3d7a127f78a8ece7559ec /examples/src/example_common.rs | |
| parent | 3b39ab07e5b52acfe2ba7aa7f92cfa3c859d3dd7 (diff) | |
Update to static-executor "multi"
Diffstat (limited to 'examples/src/example_common.rs')
| -rw-r--r-- | examples/src/example_common.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/src/example_common.rs b/examples/src/example_common.rs index e9919153c..65bfe6bb1 100644 --- a/examples/src/example_common.rs +++ b/examples/src/example_common.rs | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | use defmt_rtt as _; // global logger | 3 | use defmt_rtt as _; // global logger |
| 4 | use nrf52840_hal as _; | 4 | use nrf52840_hal as _; |
| 5 | use panic_probe as _; | 5 | use panic_probe as _; |
| 6 | use static_executor_cortex_m as _; | ||
| 7 | 6 | ||
| 8 | pub use defmt::{info, intern}; | 7 | pub use defmt::{info, intern}; |
| 9 | 8 | ||
