Skip to content

Commit

Permalink
Merge pull request #423 from BadCD/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach authored May 31, 2024
2 parents e90e6be + 28dd927 commit 10b3538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CDC/cdc_multi/cdc_multi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

// Create 2nd instance of CDC Ports.
#ifdef ARDUINO_ARCH_ESP32
#error "Currnetly multiple CDCs on ESP32-Sx is not yet supported. An PR to update core/esp32/USBCDC and/or pre-built libusb are needed."
#error "Currently multiple CDCs on ESP32-Sx is not yet supported. An PR to update core/esp32/USBCDC and/or pre-built libusb are needed."
// for ESP32, we need to specify instance number when declaring object
Adafruit_USBD_CDC USBSer1(1);
#else
Expand Down

0 comments on commit 10b3538

Please sign in to comment.