Add missing files
This commit is contained in:
parent
43ff9fdac0
commit
f6061fe574
9 changed files with 620 additions and 0 deletions
6
controller/fw/src/mspdebug_wrapper.h
Normal file
6
controller/fw/src/mspdebug_wrapper.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#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__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue