Update WirelessHEX.cpp

This commit is contained in:
LowPowerLab 2013-05-04 22:05:27 -03:00
parent a240e23ad6
commit 2bc66abd61
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ byte validateHEXData(void* data, byte length)
}
//returns the final size of the buf
byte prepareSendBuffer(char* hexdata, byte*buf, byte length, byte seq)
byte prepareSendBuffer(char* hexdata, byte*buf, byte length, uint16_t seq)
{
byte seqLen = sprintf(((char*)buf), "FLX:%d:", seq);
for (byte i=0; i<length;i++)