summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2025-09-18 19:15:42 +0200
committerHiFiPhile <[email protected]>2025-09-18 19:15:42 +0200
commit0655f98359de7e9299d8047d94a1087bdd3618ac (patch)
treedcb13582f748405106b0144e5efec3f7bda8f468 /src
parent0961e06845591792031b69515bc56f2e5b3fa60d (diff)
parent9d13c8fce0f26a161e7ef27565a6f2f54db91813 (diff)
Merge branch 'weak_cb' of https://github.com/hathach/tinyusb into weak_cb
Diffstat (limited to 'src')
-rw-r--r--src/class/usbtmc/usbtmc_device.h1
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