From 21c210652dcf8ba5b0226f961d93df385eb60ed0 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Sun, 20 May 2012 04:42:35 +0000 Subject: rx fifo could have overflowed git-svn-id: https://svn.spreadspace.org/mur.sat@458 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/hhd70dongle/c1101lib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'software') 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 -- cgit v1.2.3