mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 13:42:29 -05:00
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 <lcd.h>
|
||||||
#include "led.h"
|
#include "led.h"
|
||||||
|
#include "system.h"
|
||||||
|
|
||||||
#define default_interrupt(name,number) \
|
#define default_interrupt(name,number) \
|
||||||
extern __attribute__((weak,alias("UIE" #number))) void name (void); void UIE##number (void)
|
extern __attribute__((weak,alias("UIE" #number))) void name (void); void UIE##number (void)
|
||||||
|
|
@ -317,10 +318,10 @@ void UIE (unsigned int pc) /* Unexpected Interrupt or Exception */
|
||||||
|
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
bool state = TRUE;
|
bool state = TRUE;
|
||||||
|
|
||||||
led (state);
|
led (state);
|
||||||
state = state?FALSE:TRUE;
|
state = state?FALSE:TRUE;
|
||||||
|
|
||||||
for (i = 0; i < 240000; ++i);
|
for (i = 0; i < 240000; ++i);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue