summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2008-06-27 23:44:17 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2008-06-27 23:44:17 +0000
commit1d044857899e06709e013480fbe031a6e21b856e (patch)
treeb442eaac1c1509a5288e7ff3181ed620b32051c3
parent7b10ef9a7c55764d1b6815fd0871cb51ff0205f9 (diff)
downloadrockbox-1d044857899e06709e013480fbe031a6e21b856e.tar.gz
rockbox-1d044857899e06709e013480fbe031a6e21b856e.zip
remove leftover debug stuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17820 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/system.h2
-rw-r--r--firmware/system.c6
2 files changed, 0 insertions, 8 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index 2f6ceb3c22..dc3853211b 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -35,8 +35,6 @@ struct flash_header {
35 char version[32]; 35 char version[32];
36}; 36};
37 37
38void UIE(unsigned int pc, unsigned int num);
39
40bool detect_flashed_romimage(void); 38bool detect_flashed_romimage(void);
41bool detect_flashed_ramimage(void); 39bool detect_flashed_ramimage(void);
42bool detect_original_firmware(void); 40bool detect_original_firmware(void);
diff --git a/firmware/system.c b/firmware/system.c
index 389ecea80a..7163468cf6 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -233,18 +233,12 @@ static const char* const uiename[] = {
233 "Divide by zero" 233 "Divide by zero"
234}; 234};
235 235
236int bla(int arg)
237{
238 return arg+1;
239}
240
241/* Unexpected Interrupt or Exception handler. Currently only deals with 236/* Unexpected Interrupt or Exception handler. Currently only deals with
242 exceptions, but will deal with interrupts later. 237 exceptions, but will deal with interrupts later.
243 */ 238 */
244void UIE(unsigned int pc, unsigned int num) __attribute__((noreturn)); 239void UIE(unsigned int pc, unsigned int num) __attribute__((noreturn));
245void UIE(unsigned int pc, unsigned int num) 240void UIE(unsigned int pc, unsigned int num)
246{ 241{
247#warning got here
248 char str[32]; 242 char str[32];
249 243
250 lcd_clear_display(); 244 lcd_clear_display();