update init thread

This commit is contained in:
xieyangrun 2017-05-16 10:14:57 +08:00
parent e060a5a8b7
commit b98eac9038
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
void rt_init_thread_entry(void* parameter)
{
rt_os_ready();
ble_init();
}
int rt_application_init(void)