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:
Daniel Stenberg 2005-01-10 00:06:32 +00:00
parent 9e98e2c5f7
commit 87923f2459

View file

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