summaryrefslogtreecommitdiff
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.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/nuttx/configs/stm3210e-eval/src/up_idle.c b/nuttx/configs/stm3210e-eval/src/up_idle.c
index f68574bd8..bc5be2bdc 100644
--- a/nuttx/configs/stm3210e-eval/src/up_idle.c
+++ b/nuttx/configs/stm3210e-eval/src/up_idle.c
@@ -150,41 +150,11 @@ static void up_idlepm(void)
case PM_IDLE:
{
- /* The wake-up event is really dependent upon the application
- * an resources provided by the application. However,
- * CONFIG_PM_BUTTONS may defined to support PM testing.
- */
-
-#ifdef CONFIG_PM_BUTTONS
- /* Check if the buttons have already been registered */
-
- up_unregisterbuttons();
-
- /* Initialize the buttons to wake up the system from the idle
- * mode
- */
-
- up_pmbuttons();
-#endif
}
break;
case PM_STANDBY:
{
- /* The wake-up event is really dependent upon the application
- * an resources provided by the application. However,
- * CONFIG_PM_BUTTONS may defined to support PM testing.
- */
-
-#ifdef CONFIG_PM_BUTTONS
- /* Check if the buttons have already been registered */
-
- up_unregisterbuttons();
-
- /* Configure all the buttons as wakeup EXTI */
-
- up_pmbuttons();
-#endif
#ifdef CONFIG_RTC_ALARM
/* Configure the RTC alarm to Auto Wake the system */