diff options
| author | Eekle <[email protected]> | 2024-06-23 16:54:10 +0200 |
|---|---|---|
| committer | Eekle <[email protected]> | 2024-06-23 16:55:36 +0200 |
| commit | 7eb605d1165eaf4cdf90453d1ed2d6976dd514af (patch) | |
| tree | c107a7428f94a758fe3fd8dfe51bd88bfde8e554 /examples/stm32u5 | |
| parent | 2655426cd80b828593c8cd60930da3ebbd60e85c (diff) | |
fmt
Diffstat (limited to 'examples/stm32u5')
| -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 | ||
