summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/src/stm32_leds.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/src/stm32_leds.c')
-rw-r--r--nuttx/configs/stm3210e-eval/src/stm32_leds.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/configs/stm3210e-eval/src/stm32_leds.c b/nuttx/configs/stm3210e-eval/src/stm32_leds.c
index 53479a135..d9c781c9e 100644
--- a/nuttx/configs/stm3210e-eval/src/stm32_leds.c
+++ b/nuttx/configs/stm3210e-eval/src/stm32_leds.c
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/stm3210e_eval/src/stm32_leds.c
*
- * Copyright (C) 2009-2013 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009-2013, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -43,8 +43,9 @@
#include <stdbool.h>
#include <debug.h>
-#include <arch/board/board.h>
+#include <nuttx/board.h>
#include <nuttx/power/pm.h>
+#include <arch/board/board.h>
#include "chip.h"
#include "up_arch.h"
@@ -53,7 +54,7 @@
#include "stm3210e-eval.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* CONFIG_DEBUG_LEDS enables debug output from this file (needs CONFIG_DEBUG