mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04:00
* Fix buffer overflow issue in cJSON 1.6.0 * Change cJSON structure to git submodule Closes https://github.com/espressif/esp-idf/issues/1577
7 lines
117 B
Makefile
7 lines
117 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
COMPONENT_ADD_INCLUDEDIRS := cJSON
|
|
COMPONENT_SRCDIRS := cJSON
|
|
COMPONENT_SUBMODULES := cJSON
|