diff options
| author | Damien George <damien@micropython.org> | 2023-03-08 14:10:02 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-04-27 18:03:06 +1000 |
| commit | b1229efbd1509654dec6053865ab828d769e29db (patch) | |
| tree | e1a65606dd1f0a8cfe2af08f9c4ff821fb575b02 /ports/stm32/systick.c | |
| parent | e160fe7bc64212a3ce56f5478f208e2b4d343a8b (diff) | |
all: Fix spelling mistakes based on codespell check.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/stm32/systick.c')
| -rw-r--r-- | ports/stm32/systick.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/systick.c b/ports/stm32/systick.c index 76944d312..0fd7d3b8f 100644 --- a/ports/stm32/systick.c +++ b/ports/stm32/systick.c @@ -43,7 +43,7 @@ void SysTick_Handler(void) { uint32_t uw_tick = uwTick + 1; uwTick = uw_tick; - // Read the systick control regster. This has the side effect of clearing + // Read the systick control register. This has the side effect of clearing // the COUNTFLAG bit, which makes the logic in mp_hal_ticks_us // work properly. SysTick->CTRL; |
