chg: 'data load' - color

This commit is contained in:
iceman1001 2020-05-11 17:23:01 +02:00
commit 093065f77a

View file

@ -1810,7 +1810,7 @@ static int CmdLoad(const char *Cmd) {
fclose(f);
PrintAndLogEx(SUCCESS, "loaded %zu samples", GraphTraceLen);
PrintAndLogEx(SUCCESS, "loaded " _YELLOW_("%zu") " samples", GraphTraceLen);
uint8_t bits[GraphTraceLen];
size_t size = getFromGraphBuf(bits);