Skip to content

Commit

Permalink
see #84
Browse files Browse the repository at this point in the history
  • Loading branch information
jcw committed Oct 20, 2015
1 parent f097c00 commit 20d09a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RF69.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ uint8_t* recvBuf;
uint16_t RF69::recvDone_compat (uint8_t* buf) {
switch (rxstate) {
case TXIDLE:
rxfill = rf12_len = 0;
//rxfill = rf12_len = 0;
rxfill = rf12_buf[2] = 0;
crc = _crc16_update(~0, group);
recvBuf = buf;
rxstate = TXRECV;
Expand Down

0 comments on commit 20d09a2

Please sign in to comment.