mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-01-06 00:20:02 +01:00
adding comments
This commit is contained in:
parent
ea8bb9de64
commit
9e40822f4b
|
|
@ -122,6 +122,7 @@ void SmartSDR_API_Init(void)
|
|||
// Start the console thread
|
||||
#ifdef CONSOLE_THREAD
|
||||
pthread_create(&_console_thread_ID, NULL, &_console_thread, NULL);
|
||||
#endif
|
||||
|
||||
// wait for the console to print out all it's stuff
|
||||
sem_wait(&_startup_sem);
|
||||
|
|
|
|||
|
|
@ -350,7 +350,7 @@ static void* _tc_thread(void* arg)
|
|||
// if this fails, the program just exits
|
||||
_tc_openSocket();
|
||||
|
||||
// loop recieving data from SmartSDR and sending it where it should go
|
||||
// loop receiving data from SmartSDR and sending it where it should go
|
||||
while (!_abort)
|
||||
{
|
||||
result = _get_command();
|
||||
|
|
|
|||
Loading…
Reference in a new issue