4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-19 03:01:22 +08:00

Merge pull request #737 from geniusgogo/NRF52832

update init thread
This commit is contained in:
Bernard Xiong 2017-05-23 11:01:26 +08:00 committed by GitHub
commit ceacca1202

View File

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