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