diff options
-rw-r--r-- | software/hhd70dongle/c1101lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/software/hhd70dongle/c1101lib.c b/software/hhd70dongle/c1101lib.c index d19f8d4..79187b9 100644 --- a/software/hhd70dongle/c1101lib.c +++ b/software/hhd70dongle/c1101lib.c @@ -449,6 +449,7 @@ void c1101_recieveData(void) recv_data[num_recv_total]=0; usb_rawhid_send((uint8_t*)"RX: Data Recieved:",255); usb_rawhid_send((uint8_t*)recv_data,255); + c1101_getStatus(); // get status and handle possiblble RX Fifo Overflow } //max returned: 64 bytes |