Updated adalight data types
This commit is contained in:
parent
b591ed106a
commit
8485478da5
|
@ -88,16 +88,16 @@ void adalight(){
|
||||||
mode = MODE_HEADER,
|
mode = MODE_HEADER,
|
||||||
hi, lo, chk, i;
|
hi, lo, chk, i;
|
||||||
int16_t
|
int16_t
|
||||||
bytesBuffered = 0,
|
|
||||||
c;
|
c;
|
||||||
int32_t
|
uint16_t
|
||||||
bytesRemaining;
|
bytesBuffered = 0;
|
||||||
|
uint32_t
|
||||||
|
bytesRemaining,
|
||||||
|
outPos;
|
||||||
unsigned long
|
unsigned long
|
||||||
lastByteTime,
|
lastByteTime,
|
||||||
lastAckTime,
|
lastAckTime,
|
||||||
t;
|
t;
|
||||||
int32_t
|
|
||||||
outPos = 0;
|
|
||||||
|
|
||||||
Serial.print("Ada\n"); // Send ACK string to host
|
Serial.print("Ada\n"); // Send ACK string to host
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue