summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2025-07-26 19:01:02 +0700
committerGitHub <[email protected]>2025-07-26 19:01:02 +0700
commitbe114549c4f2203d1d29458ead29cd1dea656950 (patch)
tree86ab241d4df52d75e2d1537d36a3a18a253fb75d /src
parenta365cf6e3cb13cd615f169053360385b165ca706 (diff)
Update src/class/usbtmc/usbtmc_device.c
Co-authored-by: Copilot <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/class/usbtmc/usbtmc_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/usbtmc/usbtmc_device.c b/src/class/usbtmc/usbtmc_device.c
index fb93388ca..7ec939b64 100644
--- a/src/class/usbtmc/usbtmc_device.c
+++ b/src/class/usbtmc/usbtmc_device.c
@@ -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);