Move NUC123_SERIAL_CLKSRC from halconf.h to mcuconf.h

This commit is contained in:
Ein Terakawa 2021-02-14 11:02:35 +09:00
parent f5dde47f31
commit 57d2b21d9a
2 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,6 @@
#define PAL_USE_CALLBACKS TRUE
#define PAL_USE_WAIT TRUE
#define NUC123_SERIAL_CLKSRC NUC123_SERIAL_CLKSRC_HSI
/**
* @brief Enables the PAL subsystem.
*/

View File

@ -26,6 +26,7 @@
*/
#define NUC123_HSE_ENABLED TRUE
#define NUC123_PLL_ENABLED TRUE
#define NUC123_SERIAL_CLKSRC NUC123_SERIAL_CLKSRC_HSI
#define NUC123_MCUCONF