diff options
| author | William D. Jones <[email protected]> | 2019-11-02 14:46:57 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-02 14:46:57 -0400 |
| commit | 130d7ea530a04d6f6683fee72ba36232dc8f5e7e (patch) | |
| tree | 78df3295de79ebb92aae14c0b55320a1f0a3b6e7 /examples/device/dfu_rt/src/main.h | |
| parent | 5d585c03bdf5059c7856d5ee32a754bd3cdbdd2f (diff) | |
| parent | 1b51b78eafb1a078aa7fc8caf57d01d92b84ca0f (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.h | 5 |
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 |
