mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-03-29 10:49:54 +00:00
Make it fit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user