From cd07302754ff43868ccb836376341ba9902a804f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 5 May 2015 00:35:56 +0200 Subject: [PATCH] CHG: reverted a method declaration. --- armsrc/lfops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/lfops.c b/armsrc/lfops.c index d330fc6c0..5b0b4904e 100644 --- a/armsrc/lfops.c +++ b/armsrc/lfops.c @@ -382,7 +382,7 @@ void WriteTItag(uint32_t idhi, uint32_t idlo, uint16_t crc) DbpString("Now use 'lf ti read' to check"); } -void SimulateTagLowFrequency(uint16_t period, uint32_t gap, uint8_t ledcontrol) +void SimulateTagLowFrequency(int period, int gap, int ledcontrol) { int i; uint8_t *tab = BigBuf_get_addr();