mirror of
https://github.com/hathach/tinyusb.git
synced 2025-10-14 01:58:41 +08:00
Update src/class/usbtmc/usbtmc_device.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -165,7 +165,7 @@ tu_static uint8_t termChar;
|
||||
|
||||
tu_static uint8_t termCharRequested = false;
|
||||
|
||||
tu_static uint8_t usbtmcVendorSpecificRequested = false;
|
||||
tu_static bool usbtmcVendorSpecificRequested = false;
|
||||
|
||||
#if OSAL_MUTEX_REQUIRED
|
||||
static OSAL_MUTEX_DEF(usbtmcLockBuffer);
|
||||
|
Reference in New Issue
Block a user