We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90e6be commit 28dd927Copy full SHA for 28dd927
examples/CDC/cdc_multi/cdc_multi.ino
@@ -29,7 +29,7 @@
29
30
// Create 2nd instance of CDC Ports.
31
#ifdef ARDUINO_ARCH_ESP32
32
- #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."
33
// for ESP32, we need to specify instance number when declaring object
34
Adafruit_USBD_CDC USBSer1(1);
35
#else
0 commit comments