Random low level API cleanup

This commit is contained in:
Willy-JL
2024-02-09 02:00:07 +00:00
parent aba6237fc8
commit 508288723a
6 changed files with 15 additions and 27 deletions

View File

@@ -68,7 +68,11 @@
#define _USE_FASTSEEK 1
/* This option switches fast seek feature. (0:Disable or 1:Enable) */
#ifdef FURI_RAM_EXEC
#define _USE_EXPAND 0
#else
#define _USE_EXPAND 1
#endif
/* This option switches f_expand function. (0:Disable or 1:Enable) */
#define _USE_CHMOD 0