Skip to content
Snippets Groups Projects
Commit f5802323 authored by Dean Camera's avatar Dean Camera
Browse files

Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation...

Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation for some user projects.
parent 5f51554a
Branches
Tags
No related merge requests found
...@@ -54,10 +54,6 @@ ...@@ -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" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment