mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: '-DWITH_EMV' - fixing some compilation errors when compiling with peter fillmore's emv code. Warning a 256kb Proxmark3 device will only have 7% memory left if you enable this
This commit is contained in:
parent
e772774ba1
commit
3e83ff2159
7 changed files with 91 additions and 57 deletions
|
@ -47,6 +47,7 @@ uint64_t bytes_to_num(uint8_t* src, size_t len);
|
|||
void rol(uint8_t *data, const size_t len);
|
||||
void lsl (uint8_t *data, size_t len);
|
||||
int32_t le24toh (uint8_t data[3]);
|
||||
uint8_t hex2int(char hexchar);
|
||||
|
||||
void LED(int led, int ms);
|
||||
void LEDsoff();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue