diff options
| author | Damien George <damien@micropython.org> | 2023-10-03 11:24:50 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-10-03 11:24:50 +1100 |
| commit | cf490a70917a1b2d38ba9b58e763e0837d0f7ca7 (patch) | |
| tree | fd460c9323dd46b4466193fc56dc319cbf717c77 /ports/stm32/timer.c | |
| parent | 9d5d2e8cf71321b4ba41bad127bf0ea0ff24ccbf (diff) | |
all: Fix various spelling mistakes found by codespell 2.2.6.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/stm32/timer.c')
| -rw-r--r-- | ports/stm32/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/timer.c b/ports/stm32/timer.c index 5f2e213a0..c15b84fe5 100644 --- a/ports/stm32/timer.c +++ b/ports/stm32/timer.c @@ -605,7 +605,7 @@ STATIC void pyb_timer_print(const mp_print_t *print, mp_obj_t self_in, mp_print_ /// - `mode` can be one of: /// - `Timer.UP` - configures the timer to count from 0 to ARR (default) /// - `Timer.DOWN` - configures the timer to count from ARR down to 0. -/// - `Timer.CENTER` - confgures the timer to count from 0 to ARR and +/// - `Timer.CENTER` - configures the timer to count from 0 to ARR and /// then back down to 0. /// /// - `div` can be one of 1, 2, or 4. Divides the timer clock to determine |
