Reverted latest change due to compiler warning. led() doesn't do anything
anyway if HAVE_LED isn't defined git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5549 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9e98e2c5f7
commit
87923f2459
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ void panicf( const char *fmt, ...)
|
|||
DEBUGF(panic_buf);
|
||||
while (1)
|
||||
{
|
||||
#if !defined(SIMULATOR) && defined(HAVE_LED)
|
||||
#ifndef SIMULATOR
|
||||
volatile int i;
|
||||
led (state);
|
||||
state = state?false:true;
|
||||
|
|
Loading…
Reference in a new issue