summaryrefslogtreecommitdiff
path: root/controller/fw/mspdebug_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'controller/fw/mspdebug_wrapper.h')
-rw-r--r--controller/fw/mspdebug_wrapper.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/controller/fw/mspdebug_wrapper.h b/controller/fw/mspdebug_wrapper.h
deleted file mode 100644
index 245d9fb..0000000
--- a/controller/fw/mspdebug_wrapper.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __MSPDEBUG_WRAPPER_H__
-#define __MSPDEBUG_WRAPPER_H__
-
-int flash_and_reset(size_t img_start, size_t img_len, ssize_t (*read_block)(int addr, size_t len, uint8_t *out));
-
-#endif /* __MSPDEBUG_WRAPPER_H__ */