Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
REM: commented out a reference to Logtrace in bigbuf.c, since its alr…
Browse files Browse the repository at this point in the history
…eady declared as "extern" in bigbuff.h

Lets see if this reduces compilation errors for Mac OS X users.
  • Loading branch information
iceman1001 committed May 8, 2016
1 parent 048324d commit e46642c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armsrc/apps.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit e46642c

Please sign in to comment.