mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user