mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 10:30:58 +02:00
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:
@@ -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)
|
|
Reference in New Issue
Block a user