summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/src/stm32_pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32f4discovery/src/stm32_pm.c')
-rw-r--r--nuttx/configs/stm32f4discovery/src/stm32_pm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f4discovery/src/stm32_pm.c b/nuttx/configs/stm32f4discovery/src/stm32_pm.c
index 761061a28..c012e397c 100644
--- a/nuttx/configs/stm32f4discovery/src/stm32_pm.c
+++ b/nuttx/configs/stm32f4discovery/src/stm32_pm.c
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/stm32f4discovery/src/stm32_pm.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>
*
@@ -40,6 +40,7 @@
#include <nuttx/config.h>
+#include <nuttx/board.h>
#include <nuttx/power/pm.h>
#include "up_internal.h"