git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4360 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-06-30 07:51:29 +00:00
parent f69595b0dd
commit f5d3645043
1 changed files with 2 additions and 0 deletions

View File

@ -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