Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of USBHost by
Diff: USBHost3GModule/IUSBHostSerial.h
- Revision:
- 18:37c948cf0dbf
- Parent:
- 17:c7b1b8451598
--- a/USBHost3GModule/IUSBHostSerial.h Wed Oct 16 14:15:18 2013 +0100
+++ b/USBHost3GModule/IUSBHostSerial.h Thu Oct 17 10:15:19 2013 +0100
@@ -30,6 +30,10 @@
#include "IUSBHostSerialListener.h"
+// This is needed by some versions of GCC
+#undef putc
+#undef getc
+
class IUSBHostSerial {
public:
