aboutsummaryrefslogtreecommitdiff
path: root/examples/usbtmc/src/usbtmc_app.h
diff options
context:
space:
mode:
authorMDC Service <michael.schmid@mdc-service.de>2022-12-19 17:37:19 +0100
committerGitHub <noreply@github.com>2022-12-19 17:37:19 +0100
commite8ebe73f7178f0b792d8285e121081c14b399d1e (patch)
tree02178a49f41cae50fd4c1e8874708422c19ecb4b /examples/usbtmc/src/usbtmc_app.h
parent1b9fdeb89bd977118ee4a6c5653cc2775a44c89c (diff)
Add files via upload
Diffstat (limited to 'examples/usbtmc/src/usbtmc_app.h')
-rw-r--r--examples/usbtmc/src/usbtmc_app.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/usbtmc/src/usbtmc_app.h b/examples/usbtmc/src/usbtmc_app.h
new file mode 100644
index 0000000..4de30c2
--- /dev/null
+++ b/examples/usbtmc/src/usbtmc_app.h
@@ -0,0 +1,7 @@
+
+#ifndef USBTMC_APP_H
+#define USBTMC_APP_H
+
+void usbtmc_app_task_iter(void);
+
+#endif