Fixed RCC_CFGR_SWS_MSI definition.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14618 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
94be09c796
commit
fc407d0086
|
@ -218,8 +218,8 @@
|
|||
#endif
|
||||
|
||||
/* Some ST headers do not have this definition.*/
|
||||
#if !defined(RCC_CFGR_SWS_HSI)
|
||||
#define RCC_CFGR_SWS_HSI (0x00000000UL)
|
||||
#if !defined(RCC_CFGR_SWS_MSI)
|
||||
#define RCC_CFGR_SWS_MSI (0x00000000UL)
|
||||
#endif
|
||||
|
||||
/* Some ST headers do not have this definition.*/
|
||||
|
|
Loading…
Reference in New Issue