|
idf_component_register(SRCS "cmd_transport.c"
|
|
INCLUDE_DIRS "." # This exposes the current dir (with the .h) to consumers
|
|
PRIV_REQUIRES esp_console driver soc)
|
|
|
|
idf_component_register(SRCS "cmd_transport.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES esp_console driver soc)
|