Why was this a thing?

This commit is contained in:
Willy-JL
2023-07-26 14:55:20 +02:00
parent a14d6c53dc
commit c6564deef9
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -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"