added hf lto dump

This commit is contained in:
Kevin-Nakamoto 2020-01-29 13:38:24 -05:00
commit d5b21cbdd9
3 changed files with 86 additions and 13 deletions

View file

@ -14,6 +14,7 @@
#include "common.h"
int infoLTO(bool verbose);
int dumpLTO(uint8_t *serial_number, uint8_t serial_len, uint8_t *dump, bool verbose);
int rdblLTO(uint8_t st_blk, uint8_t end_blk, bool verbose);
int wrblLTO(uint8_t blk, uint8_t *data, bool verbose);
int CmdHFLTO(const char *Cmd);