git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4360 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
f69595b0dd
commit
f5d3645043
|
@ -99,7 +99,9 @@ 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
|
||||
|
|
Loading…
Reference in New Issue