diff options
Diffstat (limited to 'demos/Posix-GCC')
-rw-r--r-- | demos/Posix-GCC/chconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
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_ */
+
/** @} */
|