removed external lib files

This commit is contained in:
2022-02-04 23:13:51 +11:00
parent 02de56dfa9
commit 89ce052dda
5 changed files with 3 additions and 3406 deletions

View File

@ -17,7 +17,7 @@
#include <sys/ioctl.h>
#include <signal.h>
#include <math.h>
#include "cJSON.h"
#include <cjson/cJSON.h>
#define NS_PER_S 1000000000
#define cJSON_GetItem(x, y) cJSON_GetObjectItemCaseSensitive(x, y)