mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
ea4d33715f
- Move jsonsl build to regular library build rather than #include the .c file - Provide wrappers for malloc/calloc/free to fix undefined symbol warnings.
8 lines
159 B
C
8 lines
159 B
C
#ifndef __JSON_CONFIG_H__
|
|
#define __JSON_CONFIG_H__
|
|
|
|
#define JSONSL_STATE_USER_FIELDS int lua_object_ref; int used_count;
|
|
#define JSONSL_NO_JPR
|
|
|
|
#endif
|