mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-22 02:55:20 +08:00
Update application.c
This commit is contained in:
parent
6ca82399f4
commit
75de1c3e32
@ -24,7 +24,7 @@ void rt_init_thread_entry(void *parameter)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//finsh_system_init();
|
//finsh_system_init();
|
||||||
finsh_set_device(RT_CONSOLE_DEVICE_NAME);
|
finsh_set_device(RT_CONSOLE_DEVICE_NAME);
|
||||||
|
|
||||||
|
|
||||||
@ -33,10 +33,6 @@ void rt_init_thread_entry(void *parameter)
|
|||||||
extern void rt_led_hw_init(void);
|
extern void rt_led_hw_init(void);
|
||||||
rt_led_hw_init();
|
rt_led_hw_init();
|
||||||
}
|
}
|
||||||
{
|
|
||||||
extern int demo_init(void);
|
|
||||||
demo_init();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user