diff options
| author | hathach <[email protected]> | 2020-04-15 00:59:56 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-15 01:00:37 +0700 |
| commit | 3ef6e33533c533ef52336fae66e784b7d85e612f (patch) | |
| tree | a58081e37997503fdc7b73738a787f8a9d50569e /examples/device/dfu_rt/src/main.h | |
| parent | ae6014627408ec938d94a7d2796abd54dfff6b1f (diff) | |
use class driver open() for interface support detection
tested with dfu_runtime
Diffstat (limited to 'examples/device/dfu_rt/src/main.h')
| -rw-r--r-- | examples/device/dfu_rt/src/main.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/device/dfu_rt/src/main.h b/examples/device/dfu_rt/src/main.h deleted file mode 100644 index 673247ec7..000000000 --- a/examples/device/dfu_rt/src/main.h +++ /dev/null @@ -1,5 +0,0 @@ -#ifndef MAIN_H -#define MAIN_H -void led_indicator_pulse(void); - -#endif |
