Make it fit

This commit is contained in:
WillyJL
2025-10-06 01:32:36 +02:00
parent 5d5fa5e9aa
commit 9e50da928e
2 changed files with 2 additions and 2 deletions

View File

@@ -151,4 +151,4 @@
- OFW: Sub-GHz: Fix TIM17 config not applied immediately (by @Aerosnail)
### Removed:
- Nothing
- Disabled FURI_TRACE due to flash space constraints, `furi_check failed` crashes will no longer show the file path of the error for now

View File

@@ -22,7 +22,7 @@ extern "C" {
// When enabled will use file paths instead of "furi_check failed"
#if !defined(FURI_RAM_EXEC) && !defined(FURI_DEBUG)
#define __FURI_TRACE
// #define __FURI_TRACE
#endif
// Flags instead of pointers will save ~4 bytes on furi_assert and furi_check calls.