We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398447c commit 84f8eb8Copy full SHA for 84f8eb8
bsp/gd32/arm/libraries/gd32_drivers/drv_rtc.c
@@ -170,9 +170,9 @@ static int rt_hw_rtc_init(void)
170
171
rcu_periph_clock_enable(RCU_PMU);
172
pmu_backup_write_enable();
173
- #ifndef SOC_SERIES_GD32E23x
+#ifndef SOC_SERIES_GD32E23x
174
rcu_periph_clock_enable(RCU_BKPI);
175
- #endif
+#endif
176
177
rtc_counter = get_rtc_timestamp();
178
/* once the rtc clock source has been selected, if can't be changed
0 commit comments