diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-12-15 10:31:08 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-12-15 10:31:08 +0000 |
| commit | 31044ce00747aa16156ae75b1b54a17e0f490bdc (patch) | |
| tree | 32a4dc41f4cb0446d99256cb681747b468d733b9 | |
| parent | 41cfe303a6bf496bd782366e9d0dd00b9e809632 (diff) | |
| download | rockbox-31044ce00747aa16156ae75b1b54a17e0f490bdc.zip rockbox-31044ce00747aa16156ae75b1b54a17e0f490bdc.tar.gz rockbox-31044ce00747aa16156ae75b1b54a17e0f490bdc.tar.bz2 rockbox-31044ce00747aa16156ae75b1b54a17e0f490bdc.tar.xz | |
Ooops! I forgot to remove my debugging changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4149 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/drivers/lcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd.c b/firmware/drivers/lcd.c index b0a32f4..4925ea6 100644 --- a/firmware/drivers/lcd.c +++ b/firmware/drivers/lcd.c @@ -82,7 +82,7 @@ * */ -//void lcd_write(bool command, int byte) __attribute__ ((section (".icode"))); +void lcd_write(bool command, int byte) __attribute__ ((section (".icode"))); void lcd_write(bool command, int byte) { asm("and.b %0, @(r0,gbr)" |