mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
arch: Fix minor style issue
not real behaviour change Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Mateusz Szafoni
parent
992c8dded5
commit
69100ef0e4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user