diff options
| author | Ha Thach <[email protected]> | 2025-07-26 19:01:02 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-26 19:01:02 +0700 |
| commit | be114549c4f2203d1d29458ead29cd1dea656950 (patch) | |
| tree | 86ab241d4df52d75e2d1537d36a3a18a253fb75d /src | |
| parent | a365cf6e3cb13cd615f169053360385b165ca706 (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.c | 2 |
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); |
