mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
[FL-3854] Disable logging in mjs +2k free flash (#3713)
* disable logging in mjs * mjs: alternative way to disable logging Co-authored-by: hedger <hedger@nanode.su>
This commit is contained in:
@@ -37,9 +37,8 @@
|
|||||||
typedef struct stat cs_stat_t;
|
typedef struct stat cs_stat_t;
|
||||||
#define DIRSEP '/'
|
#define DIRSEP '/'
|
||||||
|
|
||||||
#ifndef CS_ENABLE_STDIO
|
#undef CS_ENABLE_STDIO
|
||||||
#define CS_ENABLE_STDIO 0
|
#define CS_ENABLE_STDIO 0
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef MG_ENABLE_FILESYSTEM
|
#ifndef MG_ENABLE_FILESYSTEM
|
||||||
#define MG_ENABLE_FILESYSTEM 0
|
#define MG_ENABLE_FILESYSTEM 0
|
||||||
|
|||||||
Reference in New Issue
Block a user