adding comments

This commit is contained in:
Stephen Hicks, N5AC 2014-10-21 11:34:46 -05:00
parent ea8bb9de64
commit 9e40822f4b
2 changed files with 2 additions and 1 deletions

View file

@ -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);

View file

@ -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();