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:
vrepetenko 2021-07-25 22:07:20 +00:00
parent 94be09c796
commit fc407d0086
1 changed files with 2 additions and 2 deletions

View File

@ -218,8 +218,8 @@
#endif #endif
/* Some ST headers do not have this definition.*/ /* Some ST headers do not have this definition.*/
#if !defined(RCC_CFGR_SWS_HSI) #if !defined(RCC_CFGR_SWS_MSI)
#define RCC_CFGR_SWS_HSI (0x00000000UL) #define RCC_CFGR_SWS_MSI (0x00000000UL)
#endif #endif
/* Some ST headers do not have this definition.*/ /* Some ST headers do not have this definition.*/