9
0
Fork 0

Fix PIC32 error in last check-in

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4125 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2011-11-25 12:37:54 +00:00
parent 34cd568eb3
commit 23a29831d4
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ int MAIN_NAME(int argc, char *argv[])
goto errout;
}
/* Open the framebuffer device for reading */
/* Open the touchscreen device for reading */
fd = open(CONFIG_EXAMPLES_TOUCHSCREEN_DEVPATH, O_RDONLY);
if (fd < 0)

View File

@ -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