mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-27 01:58:09 -07:00
Why was this a thing?
This commit is contained in:
+5
-5
@@ -2,12 +2,12 @@
|
||||
|
||||
#include <furi.h>
|
||||
|
||||
#ifdef FURI_NDEBUG
|
||||
#define LFS_NO_ASSERT
|
||||
#define LFS_ASSERT(x)
|
||||
#else
|
||||
// #ifdef FURI_NDEBUG
|
||||
// #define LFS_NO_ASSERT
|
||||
// #define LFS_ASSERT(x)
|
||||
// #else
|
||||
#define LFS_ASSERT furi_assert
|
||||
#endif
|
||||
// #endif
|
||||
|
||||
#define LFS_TAG "Lfs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user