REM: commented out a reference to Logtrace in bigbuf.c, since its already declared as "extern" in bigbuff.h
Lets see if this reduces compilation errors for Mac OS X users.
This commit is contained in:
@@ -110,7 +110,7 @@ void RAMFUNC SniffIso14443a(uint8_t param);
|
|||||||
void SimulateIso14443aTag(int tagType, int flags, byte_t* data);
|
void SimulateIso14443aTag(int tagType, int flags, byte_t* data);
|
||||||
void ReaderIso14443a(UsbCommand * c);
|
void ReaderIso14443a(UsbCommand * c);
|
||||||
// Also used in iclass.c
|
// Also used in iclass.c
|
||||||
bool RAMFUNC LogTrace(const uint8_t *btBytes, uint16_t len, uint32_t timestamp_start, uint32_t timestamp_end, uint8_t *parity, bool readerToTag);
|
//bool RAMFUNC LogTrace(const uint8_t *btBytes, uint16_t len, uint32_t timestamp_start, uint32_t timestamp_end, uint8_t *parity, bool readerToTag);
|
||||||
void GetParity(const uint8_t *pbtCmd, uint16_t len, uint8_t *parity);
|
void GetParity(const uint8_t *pbtCmd, uint16_t len, uint8_t *parity);
|
||||||
void iso14a_set_trigger(bool enable);
|
void iso14a_set_trigger(bool enable);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user