From 6ad546fa137c01b85f57466ceb17fe6913464e23 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 11 Aug 2017 11:40:25 +0200 Subject: [PATCH] chg: removed extern on print_lock mutex. Since there is two of these, in proxmark3.c and ui.c --- armsrc/lfops.c | 4 ++-- client/Makefile | 2 +- client/proxmark3.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/armsrc/lfops.c b/armsrc/lfops.c index 21f19d9b..dbc9690c 100644 --- a/armsrc/lfops.c +++ b/armsrc/lfops.c @@ -607,7 +607,7 @@ void CmdHIDsimTAG(int hi, int lo, int ledcontrol) // prepare a waveform pattern in the buffer based on the ID given then // simulate a FSK tag until the button is pressed // arg1 contains fcHigh and fcLow, arg2 contains invert and clock -void CmdFSKsimTAG(uint16_t arg1, uint16_t arg2, size_t size, uint8_t *BitStream) +void CmdFSKsimTAG(uint16_t arg1, uint16_t arg2, size_t size, uint8_t *bits) { FpgaDownloadAndGo(FPGA_BITSTREAM_LF); @@ -625,7 +625,7 @@ void CmdFSKsimTAG(uint16_t arg1, uint16_t arg2, size_t size, uint8_t *BitStream) for (i=0; i