chg: downloading of flashmemory to client.

This commit is contained in:
iceman1001
2018-04-20 15:26:34 +02:00
parent a746699f5f
commit cc181c3f91
3 changed files with 17 additions and 6 deletions

View File

@@ -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