forked from len0rd/rockbox
long policy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5630 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
78826de045
commit
70fba66708
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void panicf( const char *fmt, ...)
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
#ifndef SIMULATOR
|
#ifndef SIMULATOR
|
||||||
volatile int i;
|
volatile long i;
|
||||||
led (state);
|
led (state);
|
||||||
state = state?false:true;
|
state = state?false:true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue