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:
Björn Stenberg 2002-04-26 16:41:51 +00:00
parent 91daf226f6
commit cfc2bbeef2

View file

@ -152,8 +152,6 @@ static void lcd_write(bool command, int byte)
#ifdef ASM_IMPLEMENTATION
{
lcd_start();
asm("and.b %0, @(r0,gbr)"
:
: /* %0 */ "I"(~(LCD_CS|LCD_DS|LCD_SD|LCD_SC)),