diff options
Diffstat (limited to 'demos/STM8S-STM8S208-RC')
-rw-r--r-- | demos/STM8S-STM8S208-RC/chconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/STM8S-STM8S208-RC/chconf.h b/demos/STM8S-STM8S208-RC/chconf.h index 5643c94e7..a426256ef 100644 --- a/demos/STM8S-STM8S208-RC/chconf.h +++ b/demos/STM8S-STM8S208-RC/chconf.h @@ -476,6 +476,10 @@ }
#endif
+/*===========================================================================*/
+/* Port-specific settings (override port settings defaulted in chcore.h). */
+/*===========================================================================*/
+
#endif /* _CHCONF_H_ */
/** @} */
|