summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/src/up_pm.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-12 14:12:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-12 14:12:18 +0000
commit7769a6798482804a666bcd734b511795e53b33ff (patch)
tree62b38a0f5071c19c9b061722a2ebd9c7992caabd /nuttx/configs/stm3210e-eval/src/up_pm.c
parentdc7c79d7f673a8c641ad6c3e567b321a924af675 (diff)
downloadpx4-nuttx-7769a6798482804a666bcd734b511795e53b33ff.tar.gz
px4-nuttx-7769a6798482804a666bcd734b511795e53b33ff.tar.bz2
px4-nuttx-7769a6798482804a666bcd734b511795e53b33ff.zip
STM32: remove pm_unregister buttons. Initialize PM buttons only once
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4935 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/src/up_pm.c')
-rw-r--r--nuttx/configs/stm3210e-eval/src/up_pm.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/stm3210e-eval/src/up_pm.c b/nuttx/configs/stm3210e-eval/src/up_pm.c
index 069a0cb5f..dd8a79b1c 100644
--- a/nuttx/configs/stm3210e-eval/src/up_pm.c
+++ b/nuttx/configs/stm3210e-eval/src/up_pm.c
@@ -93,6 +93,12 @@ void up_pminitialize(void)
pm_initialize();
+#ifdef CONFIG_PM_BUTTONS
+ /* Initialize the buttons to wake up the system from low power modes */
+
+ up_pmbuttons();
+#endif
+
/* Initialize the LED PM */
up_ledpminitialize();