mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
More missing semicolons after DEBUGASSERT
This commit is contained in:
@@ -271,7 +271,7 @@ void cc3000_open(gcSpiHandleRx pfRxHandler)
|
||||
pthread_attr_setschedparam(&attr, ¶m);
|
||||
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. */
|
||||
|
||||
Reference in New Issue
Block a user