summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/src/up_pmbuttons.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/src/up_pmbuttons.c')
-rw-r--r--nuttx/configs/stm3210e-eval/src/up_pmbuttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3210e-eval/src/up_pmbuttons.c b/nuttx/configs/stm3210e-eval/src/up_pmbuttons.c
index cc6f3cae0..ec01c1e90 100644
--- a/nuttx/configs/stm3210e-eval/src/up_pmbuttons.c
+++ b/nuttx/configs/stm3210e-eval/src/up_pmbuttons.c
@@ -298,7 +298,7 @@ void up_pmbuttons(void)
{
/* Initialize the button GPIOs */
- up_buttoninit();
+ board_button_initialize();
#ifdef CONFIG_ARCH_IRQBUTTONS
int i;