arch: Fix minor style issue

not real behaviour change

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2024-10-28 01:16:40 +08:00
committed by Mateusz Szafoni
parent 992c8dded5
commit 69100ef0e4
8 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
void z80_sigdeliver(void)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct tcb_s *rtcb = this_task();
chipreg_t regs[XCPTCONTEXT_REGS];
board_autoled_on(LED_SIGNAL);