summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd.c')
-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)"