未验证 提交 6495df71 编写于 作者: C charlown 提交者: GitHub

[gd32/libraries]: fix compile error in rtc: "pmu_backup_write_enable" was not found. (#5906)

上级 f977f07d
......@@ -37,6 +37,7 @@ if GetDepend(['RT_USING_DAC']):
if GetDepend(['RT_USING_RTC']):
src += ['GD32F20x_standard_peripheral/Source/gd32f20x_rtc.c']
src += ['GD32F20x_standard_peripheral/Source/gd32f20x_pmu.c']
if GetDepend(['RT_USING_WDT']):
src += ['GD32F20x_standard_peripheral/Source/gd32f20x_wwdgt.c']
......
......@@ -37,6 +37,7 @@ if GetDepend(['RT_USING_DAC']):
if GetDepend(['RT_USING_RTC']):
src += ['GD32F30x_standard_peripheral/Source/gd32f30x_rtc.c']
src += ['GD32F30x_standard_peripheral/Source/gd32f30x_pmu.c']
if GetDepend(['RT_USING_WDT']):
src += ['GD32F30x_standard_peripheral/Source/gd32f30x_wwdgt.c']
......
......@@ -38,6 +38,7 @@ if GetDepend(['RT_USING_DAC']):
if GetDepend(['RT_USING_RTC']):
src += ['GD32F4xx_standard_peripheral/Source/gd32f4xx_rtc.c']
src += ['GD32F4xx_standard_peripheral/Source/gd32f4xx_pmu.c']
if GetDepend(['RT_USING_WDT']):
src += ['GD32F4xx_standard_peripheral/Source/gd32f4xx_wwdgt.c']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册