[bsp/gd32/arm/libraries] Repair naming (#10184)

This commit is contained in:
CXSforHPU 2025-04-11 21:56:27 +08:00 committed by GitHub
parent 522f7aa0d3
commit 1b0d939edb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ static int rt_hw_rtc_init(void)
/* set lxtal as rtc clock source */
rcu_rtc_clock_config(RCU_RTCSRC_LXTAL);
}
#elifdef BSP_RTC_USING_LSI
#elif def BSP_RTC_USING_LSI
rcu_osci_on(RCU_IRC40K);
if (SUCCESS == rcu_osci_stab_wait(RCU_IRC40K))
{