summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-12-15 10:31:08 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-12-15 10:31:08 +0000
commit31044ce00747aa16156ae75b1b54a17e0f490bdc (patch)
tree32a4dc41f4cb0446d99256cb681747b468d733b9 /firmware/drivers
parent41cfe303a6bf496bd782366e9d0dd00b9e809632 (diff)
downloadrockbox-31044ce00747aa16156ae75b1b54a17e0f490bdc.tar.gz
rockbox-31044ce00747aa16156ae75b1b54a17e0f490bdc.zip
Ooops! I forgot to remove my debugging changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4149 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd.c b/firmware/drivers/lcd.c
index b0a32f4819..4925ea63d2 100644
--- a/firmware/drivers/lcd.c
+++ b/firmware/drivers/lcd.c
@@ -82,7 +82,7 @@
82 * 82 *
83 */ 83 */
84 84
85//void lcd_write(bool command, int byte) __attribute__ ((section (".icode"))); 85void lcd_write(bool command, int byte) __attribute__ ((section (".icode")));
86void lcd_write(bool command, int byte) 86void lcd_write(bool command, int byte)
87{ 87{
88 asm("and.b %0, @(r0,gbr)" 88 asm("and.b %0, @(r0,gbr)"