Skip to content

Commit 537dc7c

Browse files
authored
response on request from code reviewer
1 parent 4d62e48 commit 537dc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/USB.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define USB_PRODUCT ARDUINO_BOARD
3535
#endif
3636
#ifndef USB_SERIAL
37-
#if CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
37+
#if CONFIG_IDF_TARGET_ESP32S3
3838
#define USB_SERIAL "__MAC__"
3939
#else
4040
#define USB_SERIAL "0"

0 commit comments

Comments
 (0)