Update src/class/usbtmc/usbtmc_device.c

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ha Thach
2025-07-26 19:01:02 +07:00
committed by GitHub
parent a365cf6e3c
commit be114549c4

View File

@@ -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);