From ad41df0717137e05740222eda81ad817ab3d170e Mon Sep 17 00:00:00 2001 From: David Lin Date: Fri, 3 Sep 2021 12:13:01 +0800 Subject: [PATCH] Update tos_fault.c --- arch/avr/common/tos_fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/avr/common/tos_fault.c b/arch/avr/common/tos_fault.c index 1bdbd215..bbcfb106 100644 --- a/arch/avr/common/tos_fault.c +++ b/arch/avr/common/tos_fault.c @@ -69,7 +69,7 @@ __STATIC__ void fault_dump_cpu_frame(fault_cpu_frame_t *cpu_frame) __STATIC__ void fault_dump_stack(fault_info_t *info, size_t depth) { - cpu_addr_t sp = info->sp_before_fault;; + cpu_addr_t sp = info->sp_before_fault; k_fault_log_writer("\nTASK STACK DUMP:\n"); while (sp <= info->stack_limit && depth--) {