From a240e23ad6da3f7f6604395f14d109025023fda6 Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Sat, 4 May 2013 22:04:36 -0300 Subject: [PATCH] Update WirelessHEX.h --- WirelessHEX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WirelessHEX.h b/WirelessHEX.h index 703e161..e80bf1b 100644 --- a/WirelessHEX.h +++ b/WirelessHEX.h @@ -38,7 +38,7 @@ boolean HandleSerialHEXData(RFM12B radio, byte targetID, uint16_t TIMEOUT=DEFAUL boolean waitForAck(RFM12B radio, uint16_t ACKTIMEOUT=ACK_TIMEOUT); byte validateHEXData(void* data, byte length); -byte prepareSendBuffer(char* hexdata, byte*buf, byte length, byte seq); +byte prepareSendBuffer(char* hexdata, byte*buf, byte length, uint16_t seq); boolean sendHEXPacket(RFM12B radio, byte remoteID, byte* sendBuf, byte hexDataLen, byte seq, uint16_t ACKTIMEOUT=ACK_TIMEOUT, uint16_t TIMEOUT=DEFAULT_TIMEOUT, boolean DEBUG=false); byte BYTEfromHEX(char MSB, char LSB); byte readSerialLine(void* input);