I changed one line of code in the file with path name: USBDeviceHT/targets/TARGET_Maxim

Fork of USBDeviceHT by Helmut Tschemernjak

Revision:
2:195554780c9b
Parent:
0:a3ea811f80f2
--- a/USBSerial/USBSerial.cpp	Mon Feb 05 11:58:50 2018 +0100
+++ b/USBSerial/USBSerial.cpp	Mon Feb 05 12:28:54 2018 +0100
@@ -1,3 +1,8 @@
+#include "mbed.h"
+#include "PinMap.h"
+
+#ifdef FEATURE_USBSERIAL
+
 /* Copyright (c) 2010-2011 mbed.org, MIT License
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
@@ -70,3 +75,5 @@
 bool USBSerial::connected() {
     return terminal_connected;
 }
+
+#endif // FEATURE_USBSERIAL