From: iceman1001 Date: Sun, 8 May 2016 16:52:19 +0000 (+0200) Subject: REM: commented out a reference to Logtrace in bigbuf.c, since its already declared... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/e46642ca4c9682b50e9bfe166d3b67df0f558b11 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. --- diff --git a/armsrc/apps.h b/armsrc/apps.h index ffd5f82d..03e2025e 100644 --- a/armsrc/apps.h +++ b/armsrc/apps.h @@ -110,7 +110,7 @@ void RAMFUNC SniffIso14443a(uint8_t param); void SimulateIso14443aTag(int tagType, int flags, byte_t* data); void ReaderIso14443a(UsbCommand * 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 iso14a_set_trigger(bool enable);