More missing semicolons after DEBUGASSERT

This commit is contained in:
Gregory Nutt
2015-05-27 13:32:39 -06:00
parent 2ecff2a432
commit 0476d8168a
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ void cc3000_open(gcSpiHandleRx pfRxHandler)
pthread_attr_setschedparam(&attr, &param);
status = pthread_create(&spiconf.unsoliced_thread, &attr,
unsoliced_thread_func, NULL);
DEBUGASSERT(status == 0)
DEBUGASSERT(status == 0);
UNUSED(status);
/* Wait unsoliced_thread to wake-up. */