mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19717 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4ed78f5c72
commit
cb7e88d3b6
2 changed files with 6 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ void system_reboot(void)
|
|||
void system_exception_wait(void)
|
||||
{
|
||||
INTMSK = 0xFFFFFFFF;
|
||||
while (GPGDAT & (1 << 0)) == 0); /* Wait for power button */
|
||||
while ((GPGDAT & (1 << 0)) == 0); /* Wait for power button */
|
||||
}
|
||||
|
||||
static void set_page_tables(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue