1
0
Fork 0
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:
Jean-Philippe Bernardy 2005-01-22 15:08:38 +00:00
parent 78826de045
commit 70fba66708

View file

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