mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Remove crc methode. Add CRC macro.
Change help text for request service.
This commit is contained in:
parent
c122483794
commit
2274383129
2 changed files with 12 additions and 42 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "BigBuf.h"
|
||||
#include "util.h"
|
||||
#include "protocols.h"
|
||||
#include "crc16.h" // crc16 ccitt
|
||||
#include "crc16.h"
|
||||
#include "fpgaloader.h"
|
||||
#include "string.h"
|
||||
#include "commonutil.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue