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

pull/63/head
GoNote2 3 years ago
parent 470665f2cd
commit b4ae8b966c

@ -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]);
}

Loading…
Cancel
Save