Support LTO-CM read block and add CM-type into hf lto info command.

This commit is contained in:
Kevin-Nakamoto 2020-01-22 13:55:37 -05:00
commit 66803e442d
3 changed files with 152 additions and 52 deletions

View file

@ -14,7 +14,8 @@
#include "common.h"
int infoLTO(bool verbose);
int rdblLTO(uint8_t st_blk, uint8_t end_blk, bool verbose);
int CmdHFLTO(const char *Cmd);
#endif