mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 04:04:15 +08:00
[rtc driver]remove NTP
This commit is contained in:
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user