summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm3210e-eval/include/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/include/board.h')
-rwxr-xr-xnuttx/configs/stm3210e-eval/include/board.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/nuttx/configs/stm3210e-eval/include/board.h b/nuttx/configs/stm3210e-eval/include/board.h
index 3e845d3aaa..8a479a7e54 100755
--- a/nuttx/configs/stm3210e-eval/include/board.h
+++ b/nuttx/configs/stm3210e-eval/include/board.h
@@ -314,19 +314,6 @@ EXTERN int stm32_lm75initialize(FAR const char *devpath);
EXTERN xcpt_t stm32_lm75attach(xcpt_t irqhandler);
#endif
-/****************************************************************************
- * Name: up_pmbuttons
- *
- * Description:
- * Configure all the buttons of the STM3210e-eval board as EXTI,
- * so any button is able to wakeup the MCU from the PM_STANDBY mode
- *
- ****************************************************************************/
-
-#if defined(CONFIG_PM) && defined(CONFIG_IDLE_CUSTOM)
-EXTERN void up_pmbuttons(void);
-#endif
-
#undef EXTERN
#if defined(__cplusplus)
}