We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656e68e commit 38cba31Copy full SHA for 38cba31
libraries/ESP32/examples/HWCDC_Events/HWCDC_Events.ino
@@ -15,7 +15,9 @@
15
#ifndef ARDUINO_USB_MODE
16
#error This ESP32 SoC has no Native USB interface
17
#elif ARDUINO_USB_MODE == 0
18
-#error This sketch should be used when USB is in Hardware CDC and JTAG mode
+#warning This sketch should be used when USB is in Hardware CDC and JTAG mode
19
+void setup(){}
20
+void loop(){}
21
#else
22
23
#if !ARDUINO_USB_CDC_ON_BOOT
0 commit comments