summaryrefslogtreecommitdiffstats
path: root/tinyusb/examples/device/usbtmc/src/usbtmc_app.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/examples/device/usbtmc/src/usbtmc_app.h')
-rwxr-xr-xtinyusb/examples/device/usbtmc/src/usbtmc_app.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tinyusb/examples/device/usbtmc/src/usbtmc_app.h b/tinyusb/examples/device/usbtmc/src/usbtmc_app.h
deleted file mode 100755
index 4de30c2b..00000000
--- a/tinyusb/examples/device/usbtmc/src/usbtmc_app.h
+++ /dev/null
@@ -1,7 +0,0 @@
-
-#ifndef USBTMC_APP_H
-#define USBTMC_APP_H
-
-void usbtmc_app_task_iter(void);
-
-#endif