Export to MBED Studio

Dependencies:   mbed

Revision:
1:8567a29d4699
Parent:
0:62b846b3988a
--- a/hostController.cpp	Sun Oct 25 00:58:24 2020 +0000
+++ b/hostController.cpp	Sun Oct 25 01:51:13 2020 +0000
@@ -242,7 +242,7 @@
 }
 
 
-void hostController::printf(const char *fmt, ...){
+void hostController::printf(const char *fmt, ...){ //TODO use the Serial pc(SERIAL_TX, SERIAL_RX) here
 #ifdef VERBOSE_MODE
     va_list args;
 	va_start(args, fmt);