mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-19 00:48:09 -07:00
Random cleanup of remains from past times
This commit is contained in:
+1
-1
@@ -5371,7 +5371,7 @@ FRESULT f_mkfs (
|
||||
/* Pre-determine the FAT type */
|
||||
do {
|
||||
if (_FS_EXFAT && (opt & FM_EXFAT)) { /* exFAT possible? */
|
||||
if ((opt & FM_ANY) == FM_EXFAT || sz_vol >= 0x2000000 || au > 128) { /* exFAT only, vol >= 32Ms or au > 128s ? */
|
||||
if ((opt & FM_ANY) == FM_EXFAT || sz_vol >= 0x4000000 || au > 128) { /* exFAT only, vol >= 64Ms or au > 128s ? */
|
||||
fmt = FS_EXFAT; break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#include "t5577.h"
|
||||
#include <furi.h>
|
||||
#include <furi_hal_rfid.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#define T5577_TIMING_WAIT_TIME 400
|
||||
#define T5577_TIMING_START_GAP 30
|
||||
|
||||
+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"
|
||||
|
||||
|
||||
@@ -5813,7 +5813,6 @@ extern const uint8_t u8g2_font_px437wyse700b_tn[] U8G2_FONT_SECTION("u8g2_font_p
|
||||
extern const uint8_t u8g2_font_px437wyse700b_mf[] U8G2_FONT_SECTION("u8g2_font_px437wyse700b_mf");
|
||||
extern const uint8_t u8g2_font_px437wyse700b_mr[] U8G2_FONT_SECTION("u8g2_font_px437wyse700b_mr");
|
||||
extern const uint8_t u8g2_font_px437wyse700b_mn[] U8G2_FONT_SECTION("u8g2_font_px437wyse700b_mn");
|
||||
extern const uint8_t u8g2_font_eurocorp_tr[] U8G2_FONT_SECTION("u8g2_font_eurocorp_tr");
|
||||
|
||||
/* end font list */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user