Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation for some user projects.

pull/1469/head
Dean Camera 13 years ago
parent 5f51554a5e
commit f580232392

@ -54,10 +54,6 @@
#include "USBMode.h" #include "USBMode.h"
#include "Events.h" #include "Events.h"
#if defined(USB_CAN_BE_DEVICE)
#include "Device.h"
#endif
/* Enable C linkage for C++ Compilers: */ /* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus) #if defined(__cplusplus)
extern "C" { extern "C" {

Loading…
Cancel
Save