From 3da2df07a90526e9085c84ed8fab5e35eb8a68a5 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 4 Jun 2010 12:37:42 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1999 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-LPC214x-FATFS-GCC/chconf.h | 4 ++-- demos/ARM7-LPC214x-G++/chconf.h | 4 ++-- demos/ARMCM0-LPC1114-GCC/chconf.h | 4 ++-- demos/Posix-GCC/chconf.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/demos/ARM7-LPC214x-FATFS-GCC/chconf.h b/demos/ARM7-LPC214x-FATFS-GCC/chconf.h index c49dc7571..6522e0b3b 100644 --- a/demos/ARM7-LPC214x-FATFS-GCC/chconf.h +++ b/demos/ARM7-LPC214x-FATFS-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_ */ + /** @} */ diff --git a/demos/ARM7-LPC214x-G++/chconf.h b/demos/ARM7-LPC214x-G++/chconf.h index c49dc7571..6522e0b3b 100644 --- a/demos/ARM7-LPC214x-G++/chconf.h +++ b/demos/ARM7-LPC214x-G++/chconf.h @@ -478,10 +478,10 @@ struct { \ } #endif -#endif /* _CHCONF_H_ */ - /*===========================================================================*/ /* Port-specific settings (override port settings defaulted in chcore.h). */ /*===========================================================================*/ +#endif /* _CHCONF_H_ */ + /** @} */ 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_ */ + /** @} */ diff --git a/demos/Posix-GCC/chconf.h b/demos/Posix-GCC/chconf.h index c1aa2b710..59a895f70 100644 --- a/demos/Posix-GCC/chconf.h +++ b/demos/Posix-GCC/chconf.h @@ -480,10 +480,10 @@ struct { \ #define chThdGetExitEventSource(tp) (&(tp)->p_exitesource) -#endif /* _CHCONF_H_ */ - /*===========================================================================*/ /* Port-specific settings (override port settings defaulted in chcore.h). */ /*===========================================================================*/ +#endif /* _CHCONF_H_ */ + /** @} */