mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-20 13:20:50 +00: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) {
|
bool usbtmcd_deinit(void) {
|
||||||
|
#if OSAL_MUTEX_REQUIRED
|
||||||
osal_mutex_delete(usbtmcLock);
|
osal_mutex_delete(usbtmcLock);
|
||||||
|
#endif
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user