mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -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;
|
||||
#define DIRSEP '/'
|
||||
|
||||
#ifndef CS_ENABLE_STDIO
|
||||
#undef CS_ENABLE_STDIO
|
||||
#define CS_ENABLE_STDIO 0
|
||||
#endif
|
||||
|
||||
#ifndef MG_ENABLE_FILESYSTEM
|
||||
#define MG_ENABLE_FILESYSTEM 0
|
||||
|
||||
Reference in New Issue
Block a user