diff options
Diffstat (limited to 'demos/ARMCM0-LPC1114-GCC/chconf.h')
-rw-r--r-- | demos/ARMCM0-LPC1114-GCC/chconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/ARMCM0-LPC1114-GCC/chconf.h b/demos/ARMCM0-LPC1114-GCC/chconf.h index c49dc7571..6522e0b3b 100644 --- a/demos/ARMCM0-LPC1114-GCC/chconf.h +++ b/demos/ARMCM0-LPC1114-GCC/chconf.h @@ -478,10 +478,10 @@ struct { \ }
#endif
-#endif /* _CHCONF_H_ */
-
/*===========================================================================*/
/* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
+#endif /* _CHCONF_H_ */
+
/** @} */
|