feat: Refactor clock configuration, update HSE startup timeout, and enhance UART heartbeat message

This commit is contained in:
2025-10-22 10:56:14 +08:00
parent 6d37b0ec23
commit d6b562d808
7 changed files with 69 additions and 36 deletions

View File

@ -100,7 +100,7 @@
#endif /* HSE_VALUE */
#if !defined (HSE_STARTUP_TIMEOUT)
#define HSE_STARTUP_TIMEOUT 1000U /*!< Time out for HSE start up, in ms */
#define HSE_STARTUP_TIMEOUT 100U /*!< Time out for HSE start up, in ms */
#endif /* HSE_STARTUP_TIMEOUT */
/**