mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -11,7 +11,7 @@ void pretty_format_bytes_hex_canonical(
|
||||
const char* line_prefix,
|
||||
const uint8_t* data,
|
||||
size_t data_size) {
|
||||
furi_assert(data);
|
||||
furi_check(data);
|
||||
|
||||
bool is_truncated = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user