summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/src/stm32_pmbuttons.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/src/stm32_pmbuttons.c')
-rw-r--r--nuttx/configs/stm3210e-eval/src/stm32_pmbuttons.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/configs/stm3210e-eval/src/stm32_pmbuttons.c b/nuttx/configs/stm3210e-eval/src/stm32_pmbuttons.c
index 6b7677aca..3bee2438d 100644
--- a/nuttx/configs/stm3210e-eval/src/stm32_pmbuttons.c
+++ b/nuttx/configs/stm3210e-eval/src/stm32_pmbuttons.c
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/stm3210e-eval/src/stm32_pmbuttons.c
*
- * Copyright (C) 2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>
* Diego Sanchez <dsanchez@nx-engineering.com>
*
@@ -41,8 +41,10 @@
#include <arch/board/board.h>
#include <nuttx/config.h>
+#include <nuttx/board.h>
#include <nuttx/power/pm.h>
#include <arch/irq.h>
+
#include <stdbool.h>
#include <debug.h>