diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32u5/src/bin/tsc.rs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/stm32u5/src/bin/tsc.rs b/examples/stm32u5/src/bin/tsc.rs index 642bbeaca..db85fb158 100644 --- a/examples/stm32u5/src/bin/tsc.rs +++ b/examples/stm32u5/src/bin/tsc.rs | |||
| @@ -2,10 +2,8 @@ | |||
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | 3 | ||
| 4 | use defmt::*; | 4 | use defmt::*; |
| 5 | use embassy_stm32::{ | 5 | use embassy_stm32::bind_interrupts; |
| 6 | bind_interrupts, | 6 | use embassy_stm32::tsc::{self, *}; |
| 7 | tsc::{self, *}, | ||
| 8 | }; | ||
| 9 | use embassy_time::Timer; | 7 | use embassy_time::Timer; |
| 10 | use {defmt_rtt as _, panic_probe as _}; | 8 | use {defmt_rtt as _, panic_probe as _}; |
| 11 | 9 | ||
