增加rtx5支持,修改字符格式化方式适应更多场合,并对齐代码

This commit is contained in:
2022-08-23 22:52:34 +08:00
parent 470665f2cd
commit b4ae8b966c
+1 -2
View File
@@ -379,8 +379,7 @@ static void print_call_stack(uint32_t sp) {
if (cur_depth) {
call_stack_info[cur_depth * (8 + 1) - 1] = '\0';
cmb_println(print_info[PRINT_CALL_STACK_INFO], fw_name, CMB_ELF_FILE_EXTENSION_NAME,
call_stack_info);
cmb_println(print_info[PRINT_CALL_STACK_INFO], fw_name, CMB_ELF_FILE_EXTENSION_NAME, call_stack_info);
} else {
cmb_println(print_info[PRINT_CALL_STACK_ERR]);
}