mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
fix missing if mutex required
This commit is contained in:
parent
c3c0648456
commit
366564e952
@ -261,7 +261,9 @@ void usbtmcd_init_cb(void)
|
||||
}
|
||||
|
||||
bool usbtmcd_deinit(void) {
|
||||
#if OSAL_MUTEX_REQUIRED
|
||||
osal_mutex_delete(usbtmcLock);
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user