Fork of the offical HSP_RPC_GUI firmware

Dependencies:   USBDevice

Fork of MAXREFDES100 firmware for MAX32620HSP

Revision:
1:9490836294ea
Parent:
0:e4a10ed6eb92
--- a/HSP/RpcServer/StringInOut.h	Tue Oct 25 15:22:11 2016 +0000
+++ b/HSP/RpcServer/StringInOut.h	Fri Apr 21 12:12:30 2017 -0500
@@ -34,7 +34,6 @@
 #define _STRINGINOUT_H_
 
 #include "mbed.h"
-#include "USBSerial.h"
 
 /// indicates that a string up to a CRLF is being accumulated
 #define GETLINE_WAITING 1
@@ -89,6 +88,6 @@
 * @param data buffer of blocks to output
 * @param length length of 256-byte blocks
 */
-int putBytes256Block(uint8_t *data, int numberBlocks);
+//int putBytes256Block(uint8_t *data, int numberBlocks);
 
 #endif // _STRINGINOUT_H_