Fork for LoDev S76S

Dependencies:   mbed BufferedSerial SX1276GenericLib USBDeviceHT

Revision:
21:6379a5650867
Parent:
17:98f2528e8399
--- a/main.h	Sun Jun 03 19:25:37 2018 +0000
+++ b/main.h	Mon Feb 18 22:57:14 2019 +0000
@@ -7,16 +7,10 @@
 #include "mbed.h"
 #include "PinMap.h"
 #include "BufferedSerial.h"
-#ifdef FEATURE_USBSERIAL
-#include "USBSerialBuffered.h"
-#endif
 #include "GenericPingPong.h"
 
 
 extern BufferedSerial *ser;
-#ifdef FEATURE_USBSERIAL
-extern USBSerialBuffered *usb;
-#endif
 extern bool _useDprintf;
 extern void InitSerial(int timeout, DigitalOut *led);  
 extern void dump(const char *title, const void *data, int len, bool dwords = false);