mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
MTD config: Reduce configuration header overhead. From Ken Pettit
This commit is contained in:
@@ -2678,6 +2678,6 @@ void *usbmsc_workerthread(void *arg)
|
||||
/* Transition to the TERMINATED state and exit */
|
||||
|
||||
priv->thstate = USBMSC_STATE_TERMINATED;
|
||||
pthread_cond_signal(&priv->cond); /* See comments in usbmsc_uninitialize() */
|
||||
pthread_cond_signal(&priv->cond); /* REVISIT: See comments in usbmsc_uninitialize() */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user