sen data via radio to other microbits accept command via radio bufixes

Dependencies:   BLE_API nRF51822 mbed-dev-bin

Revision:
61:b597fb218f84
Parent:
60:122814b3e76e
Child:
62:e633e0eeaf19
--- a/source/drivers/MicroBitSerial.cpp	Wed Jul 13 12:18:39 2016 +0100
+++ b/source/drivers/MicroBitSerial.cpp	Wed Jul 13 12:18:40 2016 +0100
@@ -546,7 +546,7 @@
             return result;
     }
 
-    char c = (char)getChar(mode);
+    int c = getChar(mode);
 
     unlockRx();