summaryrefslogtreecommitdiff
path: root/firmware/system.c
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 /firmware/system.c
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
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c6
1 files changed, 0 insertions, 6 deletions
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();