summaryrefslogtreecommitdiff
path: root/ports/stm32/system_stm32.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/system_stm32.c')
-rw-r--r--ports/stm32/system_stm32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/system_stm32.c b/ports/stm32/system_stm32.c
index 08f071cd2..de1897b4a 100644
--- a/ports/stm32/system_stm32.c
+++ b/ports/stm32/system_stm32.c
@@ -190,7 +190,7 @@ MP_WEAK void SystemClock_Config(void) {
#endif
#if defined(STM32H7)
- // Wait untill the voltage levels are valid.
+ // Wait until the voltage levels are valid.
while (!__HAL_PWR_GET_FLAG(PWR_FLAG_ACTVOSRDY)) {
}