xrocusOS_ADXL355 version

Dependencies:   mbed SDFileSystem

Revision:
13:7cda5bef6390
Parent:
0:c347f602596d
--- a/common/UartReceiver.cpp	Wed May 22 09:10:18 2019 +0000
+++ b/common/UartReceiver.cpp	Mon May 27 03:07:42 2019 +0000
@@ -63,7 +63,7 @@
             if (pLineHandler != NULL) {
                 (this->pLineHandler)(this->dequeue_str());
             } else {
-                pUart->printf("CALL DEF HANDLER:%s", this->dequeue_str());
+                uprintf("CALL DEF HANDLER:%s", this->dequeue_str());
             }
         }
     }