mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11bf72aace
* 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
|