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, 7 insertions, 0 deletions
diff --git a/tinyusb/examples/device/usbtmc/src/usbtmc_app.h b/tinyusb/examples/device/usbtmc/src/usbtmc_app.h
new file mode 100755
index 00000000..4de30c2b
--- /dev/null
+++ b/tinyusb/examples/device/usbtmc/src/usbtmc_app.h
@@ -0,0 +1,7 @@
+
+#ifndef USBTMC_APP_H
+#define USBTMC_APP_H
+
+void usbtmc_app_task_iter(void);
+
+#endif