We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14aeba commit a4b2340Copy full SHA for a4b2340
cores/arduino/USB/PluggableUSBDevice.h
@@ -18,6 +18,8 @@
18
#ifndef PLUGGABLEUSBDEVICE_H
19
#define PLUGGABLEUSBDEVICE_H
20
21
+#include "Arduino.h"
22
+
23
/* These headers are included for child class. */
24
#include "USBDescriptor.h"
25
#include "USBDevice_Types.h"
cores/arduino/USB/USBCDC.h
#ifndef USBCDC_H
#define USBCDC_H
0 commit comments