summaryrefslogtreecommitdiff
path: root/examples/device/usbtmc/src/usbtmc_app.c
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-04-09 11:22:20 +0700
committerGitHub <[email protected]>2020-04-09 11:22:20 +0700
commitdefea45d449eb1fe9eccf992041b196cc58d115d (patch)
tree4eefc3ef124469595eb63fdc6dfbde9e1cae2eb4 /examples/device/usbtmc/src/usbtmc_app.c
parent40e23672ff192b3d0ab1312987ecc94d4e0de0e7 (diff)
parent36b33ee775a02e1263f61bc4a82e58d8e8559734 (diff)
Merge branch 'master' into refactor-irqhandler
Diffstat (limited to 'examples/device/usbtmc/src/usbtmc_app.c')
-rw-r--r--examples/device/usbtmc/src/usbtmc_app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/usbtmc/src/usbtmc_app.c b/examples/device/usbtmc/src/usbtmc_app.c
index 0e39b4227..8f87a6dca 100644
--- a/examples/device/usbtmc/src/usbtmc_app.c
+++ b/examples/device/usbtmc/src/usbtmc_app.c
@@ -303,7 +303,7 @@ bool tud_usbtmc_check_abort_bulk_out_cb(usbtmc_check_abort_bulk_rsp_t *rsp)
void tud_usbtmc_bulkIn_clearFeature_cb(void)
{
}
-void tud_usmtmc_bulkOut_clearFeature_cb(void)
+void tud_usbtmc_bulkOut_clearFeature_cb(void)
{
tud_usbtmc_start_bus_read();
}