summaryrefslogtreecommitdiff
path: root/examples/device/usbtmc/src/usbtmc_app.h
diff options
context:
space:
mode:
authorNathan Conrad <[email protected]>2019-09-14 21:24:52 -0400
committerNathan Conrad <[email protected]>2019-09-14 21:26:43 -0400
commite53e9bd4f0749e53740c9c33e740998ac202dd8a (patch)
tree74c67c236fe582c826bab0f58a96cc24e6156e52 /examples/device/usbtmc/src/usbtmc_app.h
parent64bfec79b2d1d75b5c06be2dc2fff83ee385a720 (diff)
Simulate query delay; getting to a point where implementing clear/aborts makes
sense. Probably adding too many concurance issues; need to figure out semaphores.
Diffstat (limited to 'examples/device/usbtmc/src/usbtmc_app.h')
-rw-r--r--examples/device/usbtmc/src/usbtmc_app.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/device/usbtmc/src/usbtmc_app.h b/examples/device/usbtmc/src/usbtmc_app.h
new file mode 100644
index 000000000..4de30c2ba
--- /dev/null
+++ b/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