Skip to content

Commit be11454

Browse files
hathachCopilot
andauthored
Update src/class/usbtmc/usbtmc_device.c
Co-authored-by: Copilot <[email protected]>
1 parent a365cf6 commit be11454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class/usbtmc/usbtmc_device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ tu_static uint8_t termChar;
165165

166166
tu_static uint8_t termCharRequested = false;
167167

168-
tu_static uint8_t usbtmcVendorSpecificRequested = false;
168+
tu_static bool usbtmcVendorSpecificRequested = false;
169169

170170
#if OSAL_MUTEX_REQUIRED
171171
static OSAL_MUTEX_DEF(usbtmcLockBuffer);

0 commit comments

Comments
 (0)