mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-30 02:37:31 +02:00
feat(console): Added runtime component registration support in console_simple_init
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
idf_component_register(SRCS "console_simple_init.c"
|
||||
INCLUDE_DIRS "."
|
||||
PRIV_REQUIRES console)
|
||||
PRIV_REQUIRES console
|
||||
LDFRAGMENTS linker.lf)
|
||||
|
Reference in New Issue
Block a user