feat(usb_cdc_console): moved usb-cdc ROM console to new component: esp_usb_cdc_rom_console

This commit is contained in:
Marius Vikhammer
2025-07-31 18:10:47 +08:00
parent 206be17ec9
commit 56e0c11bb6
34 changed files with 92 additions and 62 deletions

View File

@@ -318,7 +318,7 @@ static int vfs_null_fsync(int fd)
}
#if defined(CONFIG_VFS_INITIALIZE_DEV_NULL) || defined(CONFIG_ESP_CONSOLE_NONE)
ESP_SYSTEM_INIT_FN(init_vfs_nullfs, CORE, BIT(0), 113)
ESP_SYSTEM_INIT_FN(init_vfs_nullfs, CORE, BIT(0), 118)
{
return esp_vfs_null_register();
}