mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Keep string syntax in color macros
This commit is contained in:
parent
48124f89b4
commit
da6cdf014b
24 changed files with 144 additions and 144 deletions
|
@ -139,7 +139,7 @@ int CmdJablotronDemod(const char *Cmd)
|
|||
uint8_t chksum = raw2 & 0xFF;
|
||||
PrintAndLogEx(INFO, "Checksum: %02X [%s]",
|
||||
chksum,
|
||||
(chksum == jablontron_chksum(DemodBuffer)) ? _GREEN_(OK) : _RED_(FAIL)
|
||||
(chksum == jablontron_chksum(DemodBuffer)) ? _GREEN_("OK") : _RED_("FAIL")
|
||||
);
|
||||
|
||||
id = DEC2BCD(id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue