summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-11 16:29:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-11 16:29:59 -0600
commit2e1dc146169bc98f8c72b2c3c2e783814968df35 (patch)
tree1bf4db1870bee9eb311d30e75c8dc5435e1fc407 /nuttx/configs/sam3u-ek
parenta02c2a71d8b694921bbcd506508a9f7dbaa1e89f (diff)
downloadpx4-nuttx-2e1dc146169bc98f8c72b2c3c2e783814968df35.tar.gz
px4-nuttx-2e1dc146169bc98f8c72b2c3c2e783814968df35.tar.bz2
px4-nuttx-2e1dc146169bc98f8c72b2c3c2e783814968df35.zip
Add configs/sam4s-xplained
Diffstat (limited to 'nuttx/configs/sam3u-ek')
-rw-r--r--nuttx/configs/sam3u-ek/include/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/sam3u-ek/include/board.h b/nuttx/configs/sam3u-ek/include/board.h
index 683c15004..4c46ca724 100644
--- a/nuttx/configs/sam3u-ek/include/board.h
+++ b/nuttx/configs/sam3u-ek/include/board.h
@@ -33,8 +33,8 @@
*
************************************************************************************/
-#ifndef __ARCH_BOARD_BOARD_H
-#define __ARCH_BOARD_BOARD_H
+#ifndef __ARCH_SAM3U_EK_INCLUDE_BOARD_H
+#define __ARCH_SAM3U_EK_INCLUDE_BOARD_H
/************************************************************************************
* Included Files
@@ -201,4 +201,4 @@ xcpt_t up_irqbutton(int id, xcpt_t irqhandler);
#endif
#endif /* __ASSEMBLY__ */
-#endif /* __ARCH_BOARD_BOARD_H */
+#endif /* __ARCH_SAM3U_EK_INCLUDE_BOARD_H */