mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
fix(bootloader): handle extra component dirs in v1 subproject
Closes https://github.com/espressif/esp-idf/issues/18651
This commit is contained in:
committed by
Konstantin Kondrashov
parent
8f00dfc74b
commit
dcd9dbc0dc
@@ -0,0 +1 @@
|
||||
idf_component_register(SRCS "extra_component5.c")
|
||||
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2026 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Unlicense OR CC0-1.0
|
||||
*/
|
||||
|
||||
void bootloader_extra_component5_marker(void)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user