mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 10:48:35 -07:00
Update hal.c
This commit is contained in:
@@ -39,7 +39,7 @@ static void tama_p1_hal_log(log_level_t level, char* buff, ...) {
|
|||||||
FuriString* string;
|
FuriString* string;
|
||||||
va_list args;
|
va_list args;
|
||||||
va_start(args, buff);
|
va_start(args, buff);
|
||||||
string_init_vprintf(string, buff, args);
|
furi_string_cat_vprintf(string, buff, args);
|
||||||
va_end(args);
|
va_end(args);
|
||||||
|
|
||||||
switch(level) {
|
switch(level) {
|
||||||
|
|||||||
Reference in New Issue
Block a user