mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
formatting
This commit is contained in:
@@ -40,7 +40,7 @@ static void tama_p1_hal_log(log_level_t level, char* buff, ...) {
|
||||
va_list args;
|
||||
va_start(args, buff);
|
||||
furi_string_cat_vprintf(string, buff, args);
|
||||
va_end(args);
|
||||
va_end(args);
|
||||
|
||||
switch(level) {
|
||||
case LOG_ERROR:
|
||||
|
||||
Reference in New Issue
Block a user