mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
hf_colin: fix colors compilation
This commit is contained in:
parent
522297896c
commit
e7a464f5e7
2 changed files with 46 additions and 46 deletions
|
@ -30,14 +30,14 @@
|
|||
#include "apps.h"
|
||||
#include "printf.h"
|
||||
|
||||
#define _RED_ "\x1b[31m"
|
||||
#define _GREEN_ "\x1b[32m"
|
||||
#define _YELLOW_ "\x1b[33m"
|
||||
#define _BLUE_ "\x1b[34m"
|
||||
#define _MAGENTA_ "\x1b[35m"
|
||||
#define _CYAN_ "\x1b[36m"
|
||||
#define _WHITE_ "\x1b[0m"
|
||||
#define _ORANGE_ _YELLOW_
|
||||
#define _XRED_ "\x1b[31m"
|
||||
#define _XGREEN_ "\x1b[32m"
|
||||
#define _XYELLOW_ "\x1b[33m"
|
||||
#define _XBLUE_ "\x1b[34m"
|
||||
#define _XMAGENTA_ "\x1b[35m"
|
||||
#define _XCYAN_ "\x1b[36m"
|
||||
#define _XWHITE_ "\x1b[0m"
|
||||
#define _XORANGE_ _XYELLOW_
|
||||
|
||||
int cjat91_saMifareChkKeys(uint8_t blockNo, uint8_t keyType, bool clearTrace, uint8_t keyCount, uint8_t *datain, uint64_t *key);
|
||||
void e_MifareECardLoad(uint32_t arg0, uint32_t arg1, uint32_t arg2, uint8_t *datain);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue