diff options
Diffstat (limited to 'test/coverage')
-rw-r--r-- | test/coverage/chconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/coverage/chconf.h b/test/coverage/chconf.h index 65ac31b4f..9458d0257 100644 --- a/test/coverage/chconf.h +++ b/test/coverage/chconf.h @@ -478,6 +478,10 @@ struct { \ }
#endif
+/*===========================================================================*/
+/* Port-specific settings (override port settings defaulted in chcore.h). */
+/*===========================================================================*/
+
#endif /* _CHCONF_H_ */
/** @} */
|