Skip to content

Commit 31a4c1d

Browse files
committed
test(usj): Fix no find the symbol on no usj eps targets
1 parent bd08297 commit 31a4c1d

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)