mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-21 05:04:46 -07:00
Gui: unicode support, new canvas API
merge ofw commit
This commit is contained in:
@@ -98,6 +98,13 @@ FURI_NORETURN void __furi_halt_implementation(void);
|
||||
#define furi_assert(...) \
|
||||
M_APPLY(__furi_assert, M_DEFAULT_ARGS(2, (__FURI_ASSERT_MESSAGE_FLAG), __VA_ARGS__))
|
||||
|
||||
#define furi_break(__e) \
|
||||
do { \
|
||||
if(!(__e)) { \
|
||||
asm volatile("bkpt 0"); \
|
||||
} \
|
||||
} while(0)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user