UART Command Parser Time Manager Data Store for SD Card for stm32l476 [it's not Licensed as BSD/GPLx]
Dependencies: mbed SDFileSystem
Diff: common/UartReceiver.cpp
- 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()); } } }