summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm32f4discovery/include/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32f4discovery/include/board.h')
-rw-r--r--nuttx/configs/stm32f4discovery/include/board.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/configs/stm32f4discovery/include/board.h b/nuttx/configs/stm32f4discovery/include/board.h
index 3b9d970761..9b866d56fa 100644
--- a/nuttx/configs/stm32f4discovery/include/board.h
+++ b/nuttx/configs/stm32f4discovery/include/board.h
@@ -34,17 +34,19 @@
*
************************************************************************************/
-#ifndef __ARCH_BOARD_BOARD_H
-#define __ARCH_BOARD_BOARD_H
+#ifndef __CONFIG_STM32F4DISCOVERY_INCLUDE_BOARD_H
+#define __CONFIG_STM32F4DISCOVERY_INCLUDE_BOARD_H
/************************************************************************************
* Included Files
************************************************************************************/
#include <nuttx/config.h>
+
#ifndef __ASSEMBLY__
# include <stdint.h>
#endif
+
#include "stm32_rcc.h"
#include "stm32_sdio.h"
#include "stm32_internal.h"
@@ -318,4 +320,4 @@ EXTERN xcpt_t up_irqbutton(int id, xcpt_t irqhandler);
#endif
#endif /* __ASSEMBLY__ */
-#endif /* __ARCH_BOARD_BOARD_H */
+#endif /* __CONFIG_STM32F4DISCOVERY_INCLUDE_BOARD_H */