Skip to content

Commit 28dd927

Browse files
authored
Update cdc_multi.ino
fixed a typo
1 parent e90e6be commit 28dd927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CDC/cdc_multi/cdc_multi.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
// Create 2nd instance of CDC Ports.
3131
#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."
32+
#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."
3333
// for ESP32, we need to specify instance number when declaring object
3434
Adafruit_USBD_CDC USBSer1(1);
3535
#else

0 commit comments

Comments
 (0)