From e1963ebc7f61cead5aa558d1a927b173077257fe Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Fri, 8 Mar 2024 13:35:12 -0500 Subject: cJSON addition. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index b83fa2d..0e514da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,3 +20,6 @@ url = https://github.com/Mbed-TLS/mbedtls.git tag = mbedtls-2.28.3 shallow = true +[submodule "lib/cJSON"] + path = lib/cJSON + url = https://github.com/DaveGamble/cJSON -- cgit v1.2.3