[rtc driver]remove NTP

This commit is contained in:
Meco Man
2021-05-06 23:43:44 +08:00
parent 787e46c6a3
commit f982d81389
2 changed files with 0 additions and 56 deletions
-5
View File
@@ -16,9 +16,4 @@
rt_err_t set_date(rt_uint32_t year, rt_uint32_t month, rt_uint32_t day);
rt_err_t set_time(rt_uint32_t hour, rt_uint32_t minute, rt_uint32_t second);
#ifdef RTC_SYNC_USING_NTP
int rt_soft_rtc_init(void);
int rt_rtc_ntp_sync_init(void);
#endif /* RTC_SYNC_USING_NTP */
#endif /* __RTC_H__ */