Removed erroneous lcd_start call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@253 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
91daf226f6
commit
cfc2bbeef2
1 changed files with 0 additions and 2 deletions
|
@ -152,8 +152,6 @@ static void lcd_write(bool command, int byte)
|
||||||
|
|
||||||
#ifdef ASM_IMPLEMENTATION
|
#ifdef ASM_IMPLEMENTATION
|
||||||
{
|
{
|
||||||
lcd_start();
|
|
||||||
|
|
||||||
asm("and.b %0, @(r0,gbr)"
|
asm("and.b %0, @(r0,gbr)"
|
||||||
:
|
:
|
||||||
: /* %0 */ "I"(~(LCD_CS|LCD_DS|LCD_SD|LCD_SC)),
|
: /* %0 */ "I"(~(LCD_CS|LCD_DS|LCD_SD|LCD_SC)),
|
||||||
|
|
Loading…
Reference in a new issue