]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
REM: commented out a reference to Logtrace in bigbuf.c, since its already declared...
authoriceman1001 <iceman@iuse.se>
Sun, 8 May 2016 16:52:19 +0000 (18:52 +0200)
committericeman1001 <iceman@iuse.se>
Sun, 8 May 2016 16:52:19 +0000 (18:52 +0200)
Lets see if this reduces compilation errors for Mac OS X users.

armsrc/apps.h

index ffd5f82d0dd0b2590dd624089bd127aa6decbce6..03e2025e9af91cc9a416f895cf783d3ba6aad970 100644 (file)
@@ -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);
 
Impressum, Datenschutz