summaryrefslogtreecommitdiff
path: root/examples/device/usbtmc/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-18 11:22:44 +0700
committerhathach <[email protected]>2023-03-18 11:22:44 +0700
commitd919f107c71021b2dfa20cd9bfe252c4f544422f (patch)
tree7229df7bda8d32c9f8e59a2ef609fbbe5d98dcac /examples/device/usbtmc/src
parentbdfcd50b1b601f85389a09cdaf183b2f27c1d470 (diff)
minor clean up
Diffstat (limited to 'examples/device/usbtmc/src')
-rw-r--r--examples/device/usbtmc/src/usbtmc_app.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/device/usbtmc/src/usbtmc_app.c b/examples/device/usbtmc/src/usbtmc_app.c
index f1596f6d0..72989b4fe 100644
--- a/examples/device/usbtmc/src/usbtmc_app.c
+++ b/examples/device/usbtmc/src/usbtmc_app.c
@@ -242,7 +242,6 @@ void usbtmc_app_task_iter(void) {
break;
default:
TU_ASSERT(false,);
- return;
}
}