summaryrefslogtreecommitdiff
path: root/examples/device/usbtmc/src/main.h
diff options
context:
space:
mode:
authorNathan Conrad <[email protected]>2019-09-14 18:07:12 -0400
committerNathan Conrad <[email protected]>2019-09-14 18:11:07 -0400
commit64bfec79b2d1d75b5c06be2dc2fff83ee385a720 (patch)
treed9cf0c0ded83ee06bca0cd8c73e10f754c065ff9 /examples/device/usbtmc/src/main.h
parent6e00886ffbbc552cf91be73d57fe8ad0a4842d0b (diff)
Change requset type parameter back to uint8_t (fix type cast), support USB indicator pulse
Diffstat (limited to 'examples/device/usbtmc/src/main.h')
-rw-r--r--examples/device/usbtmc/src/main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/device/usbtmc/src/main.h b/examples/device/usbtmc/src/main.h
new file mode 100644
index 000000000..673247ec7
--- /dev/null
+++ b/examples/device/usbtmc/src/main.h
@@ -0,0 +1,5 @@
+#ifndef MAIN_H
+#define MAIN_H
+void led_indicator_pulse(void);
+
+#endif