summaryrefslogtreecommitdiff
path: root/examples/device/dfu_rt/src/main.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-15 00:59:56 +0700
committerhathach <[email protected]>2020-04-15 01:00:37 +0700
commit3ef6e33533c533ef52336fae66e784b7d85e612f (patch)
treea58081e37997503fdc7b73738a787f8a9d50569e /examples/device/dfu_rt/src/main.h
parentae6014627408ec938d94a7d2796abd54dfff6b1f (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.h5
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