forked from len0rd/rockbox
remove leftover debug stuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17820 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7b10ef9a7c
commit
1d04485789
2 changed files with 0 additions and 8 deletions
|
@ -35,8 +35,6 @@ struct flash_header {
|
||||||
char version[32];
|
char version[32];
|
||||||
};
|
};
|
||||||
|
|
||||||
void UIE(unsigned int pc, unsigned int num);
|
|
||||||
|
|
||||||
bool detect_flashed_romimage(void);
|
bool detect_flashed_romimage(void);
|
||||||
bool detect_flashed_ramimage(void);
|
bool detect_flashed_ramimage(void);
|
||||||
bool detect_original_firmware(void);
|
bool detect_original_firmware(void);
|
||||||
|
|
|
@ -233,18 +233,12 @@ static const char* const uiename[] = {
|
||||||
"Divide by zero"
|
"Divide by zero"
|
||||||
};
|
};
|
||||||
|
|
||||||
int bla(int arg)
|
|
||||||
{
|
|
||||||
return arg+1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Unexpected Interrupt or Exception handler. Currently only deals with
|
/* Unexpected Interrupt or Exception handler. Currently only deals with
|
||||||
exceptions, but will deal with interrupts later.
|
exceptions, but will deal with interrupts later.
|
||||||
*/
|
*/
|
||||||
void UIE(unsigned int pc, unsigned int num) __attribute__((noreturn));
|
void UIE(unsigned int pc, unsigned int num) __attribute__((noreturn));
|
||||||
void UIE(unsigned int pc, unsigned int num)
|
void UIE(unsigned int pc, unsigned int num)
|
||||||
{
|
{
|
||||||
#warning got here
|
|
||||||
char str[32];
|
char str[32];
|
||||||
|
|
||||||
lcd_clear_display();
|
lcd_clear_display();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue