rt_rtc_dev_register -> rt_hw_rtc_register

This commit is contained in:
Meco Man
2021-07-30 02:31:33 +08:00
parent fb31ab9c72
commit 9e47b95e61
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ const static struct rt_device_ops rtc_core_ops =
};
#endif
rt_err_t rt_rtc_dev_register(rt_rtc_dev_t *rtc,
rt_err_t rt_hw_rtc_register(rt_rtc_dev_t *rtc,
const char *name,
rt_uint32_t flag,
void *data)