|
@@ -35,7 +35,7 @@ extern void rt_show_version(void);
|
|
|
extern void rt_system_heap_init(void*, void*);
|
|
|
extern void rt_hw_finsh_init(void);
|
|
|
extern void rt_application_init(void);
|
|
|
-extern void rt_rtc_show_calendar(void);
|
|
|
+extern void rt_calendar(void);
|
|
|
|
|
|
extern struct serial_device uart0;
|
|
|
extern struct rt_device uart0_device;
|
|
@@ -101,7 +101,7 @@ void rtthread_startup(void)
|
|
|
rt_show_version();
|
|
|
|
|
|
/* show calendar */
|
|
|
- rt_rtc_show_calendar();
|
|
|
+ rt_calendar();
|
|
|
|
|
|
/* init tick */
|
|
|
rt_system_tick_init();
|