Skip to content

Commit 87c01b3

Browse files
committed
Merge branch 'fix/ci_usj' into 'master'
test(usj): Fix no find the symbol on no usj esp targets See merge request espressif/esp-idf!33799
2 parents 5effb74 + 31a4c1d commit 87c01b3

File tree

1 file changed

+1
-1
lines changed
  • components/esp_driver_usb_serial_jtag

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mapping:usb_serial_jtag_vfs]
22
archive: libesp_driver_usb_serial_jtag.a
33
entries:
4-
if VFS_SELECT_IN_RAM = y:
4+
if VFS_SELECT_IN_RAM = y && SOC_USB_SERIAL_JTAG_SUPPORTED = y:
55
usb_serial_jtag_vfs: select_notif_callback_isr (noflash)

0 commit comments

Comments
 (0)