ADD: sample buffer size variable, to keep track of possible download lengths which is reserved on client.

This commit is contained in:
iceman1001
2018-04-27 10:09:14 +02:00
parent a11162a9fe
commit cd93f3a134
4 changed files with 11 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
#define FILE_PATH_SIZE 1000
extern uint32_t sample_buf_size;
extern uint8_t* sample_buf;
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);