[rtc] 移除rtc_core.c/.h 将内容转移到rtc.c/.h

This commit is contained in:
Meco Man
2021-07-30 03:24:50 +08:00
parent 9e47b95e61
commit 94a9332915
6 changed files with 156 additions and 215 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ CPPPATH = [cwd + '/../include']
group = []
if GetDepend(['RT_USING_RTC']):
src = src + ['rtc.c', 'rtc_core.c']
src = src + ['rtc.c']
if GetDepend(['RT_USING_ALARM']):
src = src + ['alarm.c']
if GetDepend(['RT_USING_SOFT_RTC']):