Browse Source

update init thread

xieyangrun 8 years ago
parent
commit
b98eac9038
1 changed files with 2 additions and 1 deletions
  1. 2 1
      bsp/nrf52832/applications/application.c

+ 2 - 1
bsp/nrf52832/applications/application.c

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