mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-06 23:03:47 +00:00
merge comments
This commit is contained in:
parent
23fb12605e
commit
ea8bb9de64
2 changed files with 8 additions and 9 deletions
|
|
@ -124,9 +124,10 @@ void SmartSDR_API_Init(void)
|
|||
pthread_create(&_console_thread_ID, NULL, &_console_thread, NULL);
|
||||
|
||||
// wait for the console to print out all it's stuff
|
||||
sem_wait(&_startup_sem);
|
||||
#endif
|
||||
sem_wait(&_startup_sem);
|
||||
// initialize the traffic cop
|
||||
tc_Init();
|
||||
// initialize the discovery client
|
||||
dc_Init();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue