Преглед изворни кода

Merge pull request #737 from geniusgogo/NRF52832

update init thread
Bernard Xiong пре 8 година
родитељ
комит
ceacca1202
1 измењених фајлова са 2 додато и 1 уклоњено
  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)
 {
-    
+    rt_os_ready();
+    ble_init();
 }
 
 int rt_application_init(void)