mirror of
https://github.com/apache/nuttx.git
synced 2026-09-14 14:40:23 +00:00
Fix PIC32 error in last check-in
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4125 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
79b13e12e6
commit
3099609c1b
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ uint32_t *pic32mx_decodeirq(uint32_t *regs)
|
|||
up_ledoff(LED_INIRQ);
|
||||
}
|
||||
#else
|
||||
current_regs = savestate;
|
||||
current_regs = NULL;
|
||||
up_ledoff(LED_INIRQ);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue