Skip to content

Commit

Permalink
[FL-3854] Disable logging in mjs +2k free flash (flipperdevices#3713)
Browse files Browse the repository at this point in the history
* disable logging in mjs
* mjs: alternative way to disable logging

Co-authored-by: hedger <hedger@nanode.su>
  • Loading branch information
xMasterX and hedger authored Jun 15, 2024
1 parent a47a55b commit ba014e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/mjs/common/platforms/platform_flipper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba014e8

Please sign in to comment.