Skip to content

Commit 84f8eb8

Browse files
committed
fix format
1 parent 398447c commit 84f8eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bsp/gd32/arm/libraries/gd32_drivers/drv_rtc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ static int rt_hw_rtc_init(void)
170170

171171
rcu_periph_clock_enable(RCU_PMU);
172172
pmu_backup_write_enable();
173-
#ifndef SOC_SERIES_GD32E23x
173+
#ifndef SOC_SERIES_GD32E23x
174174
rcu_periph_clock_enable(RCU_BKPI);
175-
#endif
175+
#endif
176176

177177
rtc_counter = get_rtc_timestamp();
178178
/* once the rtc clock source has been selected, if can't be changed

0 commit comments

Comments
 (0)