diff options
Diffstat (limited to 'demos/ARM7-LPC214x-G++/chconf.h')
-rw-r--r-- | demos/ARM7-LPC214x-G++/chconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-G++/chconf.h b/demos/ARM7-LPC214x-G++/chconf.h index 046d28300..c49dc7571 100644 --- a/demos/ARM7-LPC214x-G++/chconf.h +++ b/demos/ARM7-LPC214x-G++/chconf.h @@ -480,4 +480,8 @@ struct { \ #endif /* _CHCONF_H_ */
+/*===========================================================================*/
+/* Port-specific settings (override port settings defaulted in chcore.h). */
+/*===========================================================================*/
+
/** @} */
|