UART Driver to receive asynchronous Serial Comms from a Raspberry Pi and parse the results.

Revision:
9:8e0a7d3f2f39
Parent:
8:2cbaea485ddb
Child:
10:55cb02b00338
--- a/SerialComms.cpp	Fri Mar 04 06:48:37 2016 +0000
+++ b/SerialComms.cpp	Fri Mar 04 06:51:59 2016 +0000
@@ -67,6 +67,7 @@
     }
     else
     {
+        incomingDataUpdate = FALSE;
         return 0xFF;
     }
 }