summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-29 17:41:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-29 17:41:43 +0000
commit4ab6aa6277637cc6f843576f76e69fbaebcc0bd7 (patch)
treed90f979ad9399dec4b848831cc6a97b81caae3c0 /nuttx/configs/stm32f4discovery/include
parentd9124e9c61ffb51027645a4048f3aa24ab91c05d (diff)
downloadpx4-nuttx-4ab6aa6277637cc6f843576f76e69fbaebcc0bd7.tar.gz
px4-nuttx-4ab6aa6277637cc6f843576f76e69fbaebcc0bd7.tar.bz2
px4-nuttx-4ab6aa6277637cc6f843576f76e69fbaebcc0bd7.zip
Add USB host support to the STM32F4Discovery board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5066 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm32f4discovery/include')
-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 3b9d97076..9b866d56f 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 */