aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/src/up_idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/src/up_idle.c')
-rw-r--r--nuttx/configs/stm3210e-eval/src/up_idle.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/stm3210e-eval/src/up_idle.c b/nuttx/configs/stm3210e-eval/src/up_idle.c
index b73b88c08..983089d4a 100644
--- a/nuttx/configs/stm3210e-eval/src/up_idle.c
+++ b/nuttx/configs/stm3210e-eval/src/up_idle.c
@@ -104,17 +104,17 @@
# error "CONFIG_RTC_ALARM should be enabled to use CONFIG_PM_SLEEP_WAKEUP"
# endif
- /* If CONFIG_PM_SLEEP_WAKEUP is defined, then ifndefCONFIG_PM_SLEEP_WAKEUP_SEC
- * and ifndefCONFIG_PM_SLEEP_WAKEUP_NSEC define the delay until the STM32
+ /* If CONFIG_PM_SLEEP_WAKEUP is defined, then CONFIG_PM_SLEEP_WAKEUP_SEC
+ * and CONFIG_PM_SLEEP_WAKEUP_NSEC define the delay until the STM32
* awakens from PM_SLEEP mode.
*/
-# ifndefCONFIG_PM_SLEEP_WAKEUP_SEC
-# defineCONFIG_PM_SLEEP_WAKEUP_SEC 10
+# ifndef CONFIG_PM_SLEEP_WAKEUP_SEC
+# define CONFIG_PM_SLEEP_WAKEUP_SEC 10
# endif
-# ifndefCONFIG_PM_SLEEP_WAKEUP_NSEC
-# defineCONFIG_PM_SLEEP_WAKEUP_NSEC 0
+# ifndef CONFIG_PM_SLEEP_WAKEUP_NSEC
+# define CONFIG_PM_SLEEP_WAKEUP_NSEC 0
# endif
#endif