fix(console): fixed leftover linker fragmentfile

Placement rules now lives in the usb-cdc console component, but the old unused
file was still in esp-vfs
This commit is contained in:
Marius Vikhammer
2025-09-03 14:30:30 +08:00
parent 07d9bb90de
commit ecf0accf00

View File

@@ -1,6 +0,0 @@
[mapping:esp_vfs_console]
archive: libesp_vfs_console.a
entries:
if ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF:
vfs_cdcacm:cdcacm_tx_cb (noflash)
vfs_cdcacm:cdcacm_rx_cb (noflash)