We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfae09 commit 2a8fe4bCopy full SHA for 2a8fe4b
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
libraries/USBMSD/PluggableUSBMSD.h
@@ -19,6 +19,7 @@
#define USBMSD_H
#include "platform/Callback.h"
0 commit comments