Skip to content

Commit

Permalink
Fixes CI for S3
Browse files Browse the repository at this point in the history
  • Loading branch information
SuGlider committed Apr 11, 2024
1 parent 656e68e commit 38cba31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libraries/ESP32/examples/HWCDC_Events/HWCDC_Events.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
#ifndef ARDUINO_USB_MODE
#error This ESP32 SoC has no Native USB interface
#elif ARDUINO_USB_MODE == 0
#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
void setup(){}
void loop(){}
#else

#if !ARDUINO_USB_CDC_ON_BOOT
Expand Down

0 comments on commit 38cba31

Please sign in to comment.