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:
parent
255ece4b60
commit
40c1c2251a
1 changed files with 5 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue