diff options
| author | Bruno Bousquet <[email protected]> | 2024-05-29 09:14:05 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-29 09:14:05 -0400 |
| commit | a23fa8dcb2e22ed2d8bac15fd875dfe53af43eda (patch) | |
| tree | 2a81baa9d8164366c6d264de0bde97e4b3515509 /examples/stm32f4/src | |
| parent | 7f4803ddaf8f6eeeec45418f23b092bff95222d2 (diff) | |
Apply suggestions from code review
Co-authored-by: Romain Reignier <[email protected]>
Diffstat (limited to 'examples/stm32f4/src')
| -rw-r--r-- | examples/stm32f4/src/bin/pwm_input.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f4/src/bin/pwm_input.rs b/examples/stm32f4/src/bin/pwm_input.rs index eb1e7cb87..30cefac3a 100644 --- a/examples/stm32f4/src/bin/pwm_input.rs +++ b/examples/stm32f4/src/bin/pwm_input.rs | |||
| @@ -11,7 +11,7 @@ use embassy_stm32::{bind_interrupts, peripherals, timer}; | |||
| 11 | use embassy_time::Timer; | 11 | use embassy_time::Timer; |
| 12 | use {defmt_rtt as _, panic_probe as _}; | 12 | use {defmt_rtt as _, panic_probe as _}; |
| 13 | 13 | ||
| 14 | /// Connect PB2 and PB10 with a 1k Ohm resistor | 14 | /// Connect PB2 and PA6 with a 1k Ohm resistor |
| 15 | 15 | ||
| 16 | #[embassy_executor::task] | 16 | #[embassy_executor::task] |
| 17 | async fn blinky(led: peripherals::PB2) { | 17 | async fn blinky(led: peripherals::PB2) { |
