chg: downloading of flashmemory to client.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#define FILE_PATH_SIZE 1000
|
||||
|
||||
extern uint8_t* sample_buf;
|
||||
extern void GetFromBigBuf(uint8_t *dest, int bytes, int start_index);
|
||||
extern bool GetEMLFromBigBuf(uint8_t *dest, uint32_t bytes, uint32_t start_index);
|
||||
extern void GetFromBigBuf(uint8_t *dest, uint32_t len, uint32_t start_index);
|
||||
extern bool GetEMLFromBigBuf(uint8_t *dest, uint32_t len, uint32_t start_index);
|
||||
extern void GetFromFlashMen(uint8_t *dest, uint32_t len, uint32_t start_index);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user