diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-06-04 12:33:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-06-04 12:33:23 +0000 |
commit | fd41cf487a4e4e6d949efecdedc16b3e67d5d0b4 (patch) | |
tree | 9fe8d9e6ccf3dda63f6fc1829fa6b0dfd95ed14d /demos/ARM7-AT91SAM7S-GCC/chconf.h | |
parent | 062707c0279cc65f73a42cef10ef75954619bd30 (diff) | |
download | ChibiOS-fd41cf487a4e4e6d949efecdedc16b3e67d5d0b4.tar.gz ChibiOS-fd41cf487a4e4e6d949efecdedc16b3e67d5d0b4.tar.bz2 ChibiOS-fd41cf487a4e4e6d949efecdedc16b3e67d5d0b4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1997 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7S-GCC/chconf.h')
-rw-r--r-- | demos/ARM7-AT91SAM7S-GCC/chconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/ARM7-AT91SAM7S-GCC/chconf.h b/demos/ARM7-AT91SAM7S-GCC/chconf.h index 0f86d95fa..8cada3cd9 100644 --- a/demos/ARM7-AT91SAM7S-GCC/chconf.h +++ b/demos/ARM7-AT91SAM7S-GCC/chconf.h @@ -459,6 +459,10 @@ struct { \ }
#endif
+/*===========================================================================*/
+/* Port-specific settings (override port settings defaulted in chcore.h). */
+/*===========================================================================*/
+
#endif /* _CHCONF_H_ */
/** @} */
|