From 220ff9a07955e1f094f80e2e511f51ab4ee7d9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Furkan=20Demircio=C4=9Flu?= Date: Wed, 8 Apr 2026 20:12:33 +0300 Subject: [PATCH] Fix comment typo in NUCLEO-H743ZI/Examples/PWR/PWR_Domain3SystemControl --- .../Examples/PWR/PWR_Domain3SystemControl/Src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/NUCLEO-H743ZI/Examples/PWR/PWR_Domain3SystemControl/Src/main.c b/Projects/NUCLEO-H743ZI/Examples/PWR/PWR_Domain3SystemControl/Src/main.c index c9dfd62e8..3369d055e 100644 --- a/Projects/NUCLEO-H743ZI/Examples/PWR/PWR_Domain3SystemControl/Src/main.c +++ b/Projects/NUCLEO-H743ZI/Examples/PWR/PWR_Domain3SystemControl/Src/main.c @@ -292,7 +292,7 @@ int main(void) /* -20- Set LED1 Off and enter Stop mode */ BSP_LED_Off(LED1); - /* Enter the system in STOP mdoe */ + /* Enter the system in STOP mode */ HAL_PWR_EnterSTOPMode(PWR_MAINREGULATOR_ON, PWR_STOPENTRY_WFI); /* -21- Check the results after wake-up */