SLCAN/CAN-USB implementation for mbed targets

Dependencies:   USBDevice mbed

Revision:
3:bc163d555ddc
Parent:
2:1327e61cc56b
--- a/slcan.h	Thu Jun 09 06:29:08 2016 +0000
+++ b/slcan.h	Sat Feb 04 09:49:57 2017 +0000
@@ -33,7 +33,7 @@
     
 private:
     bool execConfigCommand(const char* command);
-    bool execTransmitCommand(const char* command);
+    bool execTransmitCommand(const char* command, char* response);
     bool execDiagnosticCommand(const char *command, char* response);
 };