1
0
Fork 0
forked from len0rd/rockbox

Removed some TABS

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@314 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-04-29 14:23:21 +00:00
parent 255ece4b60
commit 40c1c2251a

View file

@ -21,6 +21,7 @@
#include <lcd.h>
#include "led.h"
#include "system.h"
#define default_interrupt(name,number) \
extern __attribute__((weak,alias("UIE" #number))) void name (void); void UIE##number (void)
@ -317,11 +318,11 @@ void UIE (unsigned int pc) /* Unexpected Interrupt or Exception */
while (1)
{
bool state = TRUE;
bool state = TRUE;
led (state);
state = state?FALSE:TRUE;
state = state?FALSE:TRUE;
for (i = 0; i < 240000; ++i);
}
}