summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4e-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-06 10:53:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-06 10:53:57 -0600
commita123507848fac3e1b120b6fd5f581aacfe477fd2 (patch)
tree80b072fef97ca633c8bb270933059571525edf22 /nuttx/configs/sam4e-ek
parent7c84fcdc95745870d6ea40c04df69e61a32b22df (diff)
downloadpx4-nuttx-a123507848fac3e1b120b6fd5f581aacfe477fd2.tar.gz
px4-nuttx-a123507848fac3e1b120b6fd5f581aacfe477fd2.tar.bz2
px4-nuttx-a123507848fac3e1b120b6fd5f581aacfe477fd2.zip
Cortex-M7/SAMV71-XULT: Various fixes for building Cortex-M7 with SAMV71.
Diffstat (limited to 'nuttx/configs/sam4e-ek')
-rw-r--r--nuttx/configs/sam4e-ek/include/board.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/sam4e-ek/include/board.h b/nuttx/configs/sam4e-ek/include/board.h
index 68e74a3f5..9bc48258c 100644
--- a/nuttx/configs/sam4e-ek/include/board.h
+++ b/nuttx/configs/sam4e-ek/include/board.h
@@ -286,7 +286,7 @@ extern "C" {
* Name: sam_boardinitialize
*
* Description:
- * All SAM3U architectures must provide the following entry point. This entry point
+ * All SAM4E architectures must provide the following entry point. This entry point
* is called early in the initialization -- after all memory has been configured
* and mapped but before any devices have been initialized.
*
@@ -294,11 +294,6 @@ extern "C" {
void sam_boardinitialize(void);
-#undef EXTERN
-#if defined(__cplusplus)
-}
-#endif
-
/************************************************************************************
* Name: sam_ledinit, sam_setled, and sam_setleds
*
@@ -332,5 +327,10 @@ void sam_lcdclear(uint16_t color);
void sam_lcdclear(uint32_t color);
#endif
+#undef EXTERN
+#if defined(__cplusplus)
+}
+#endif
+
#endif /* __ASSEMBLY__ */
#endif /* __ARCH_SAM4E_EK_INCLUDE_BOARD_H */