We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7aa530 commit 7959ee9Copy full SHA for 7959ee9
cores/arduino/USB/USBDesc.h
@@ -28,7 +28,7 @@
28
// once an alternate method for USB PID allocation is found.
29
#if defined(ARDUINO_CDC_ONLY) || defined(ARDUINO_CDC_UART) || defined(ARDUINO_CDC_HID) || defined(ARDUINO_CDC_HID_UART) || defined(ARDUINO_CDC_MIDI_HID_UART) || defined(ARDUINO_CDC_MSD_HID_UART) || defined(ARDUINO_CDC_MSD_MIDI_HID_UART)
30
#define CDC_ENABLED
31
-#if defined(ARDUINO_CDC_ONLY)
+#if defined(ARDUINO_CDC_ONLY) || defined(ARDUINO_CDC_UART)
32
#define CDC_ONLY
33
#else
34
#define IAD_PRESENT
0 commit comments