diff options
| author | Zixun LI <[email protected]> | 2025-09-18 00:16:27 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-18 00:16:27 +0200 |
| commit | 9d13c8fce0f26a161e7ef27565a6f2f54db91813 (patch) | |
| tree | 384b72fd3c6425858a7e3f6a78eabcc3ae6e778d | |
| parent | be618ba084a00c8a16e9e95ab0be354b09ac2a0a (diff) | |
Potential fix for code scanning alert no. 914: Commented-out code
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
| -rw-r--r-- | src/class/usbtmc/usbtmc_device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/class/usbtmc/usbtmc_device.h b/src/class/usbtmc/usbtmc_device.h index 8238f579f..235f1276e 100644 --- a/src/class/usbtmc/usbtmc_device.h +++ b/src/class/usbtmc/usbtmc_device.h @@ -83,7 +83,6 @@ bool tud_usbtmc_indicator_pulse_cb(tusb_control_request_t const * msg, uint8_t * #if (CFG_TUD_USBTMC_ENABLE_488) uint8_t tud_usbtmc_get_stb_cb(uint8_t *tmcResult); bool tud_usbtmc_msg_trigger_cb(usbtmc_msg_generic_t* msg); -//void tud_usbtmc_app_go_to_local_cb(); #endif // Called from app |
