Skip to content

Commit 38cba31

Browse files
authored
Fixes CI for S3
1 parent 656e68e commit 38cba31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: libraries/ESP32/examples/HWCDC_Events/HWCDC_Events.ino

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
#ifndef ARDUINO_USB_MODE
1616
#error This ESP32 SoC has no Native USB interface
1717
#elif ARDUINO_USB_MODE == 0
18-
#error This sketch should be used when USB is in Hardware CDC and JTAG mode
18+
#warning This sketch should be used when USB is in Hardware CDC and JTAG mode
19+
void setup(){}
20+
void loop(){}
1921
#else
2022

2123
#if !ARDUINO_USB_CDC_ON_BOOT

0 commit comments

Comments
 (0)