aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM8S/hal_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM8S/hal_lld.c')
-rw-r--r--os/hal/platforms/STM8S/hal_lld.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/platforms/STM8S/hal_lld.c b/os/hal/platforms/STM8S/hal_lld.c
index 7397211d8..3780b8678 100644
--- a/os/hal/platforms/STM8S/hal_lld.c
+++ b/os/hal/platforms/STM8S/hal_lld.c
@@ -99,9 +99,6 @@ void hal_lld_init(void) {
/* Other clock related initializations.*/
CLK->CSSR = 0;
CLK->CCOR = 0;
-#if defined(STM8S208)
- CLK->CANCCR = STM8S_CAN_DIVIDER_VALUE;
-#endif
/* HSI disabled if it is no more required.*/
#if !STM8S_HSI_ENABLED