summaryrefslogtreecommitdiff
path: root/examples/device/dfu_rt/src/main.h
diff options
context:
space:
mode:
authorWilliam D. Jones <[email protected]>2019-11-02 14:46:57 -0400
committerGitHub <[email protected]>2019-11-02 14:46:57 -0400
commit130d7ea530a04d6f6683fee72ba36232dc8f5e7e (patch)
tree78df3295de79ebb92aae14c0b55320a1f0a3b6e7 /examples/device/dfu_rt/src/main.h
parent5d585c03bdf5059c7856d5ee32a754bd3cdbdd2f (diff)
parent1b51b78eafb1a078aa7fc8caf57d01d92b84ca0f (diff)
Merge pull request #1 from hathach/cr1901-msp430f5529
PR to PR for msp430 port
Diffstat (limited to 'examples/device/dfu_rt/src/main.h')
-rw-r--r--examples/device/dfu_rt/src/main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/device/dfu_rt/src/main.h b/examples/device/dfu_rt/src/main.h
new file mode 100644
index 000000000..673247ec7
--- /dev/null
+++ b/examples/device/dfu_rt/src/main.h
@@ -0,0 +1,5 @@
+#ifndef MAIN_H
+#define MAIN_H
+void led_indicator_pulse(void);
+
+#endif