forked from len0rd/rockbox
Removed compiler warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4335 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
19480d51cd
commit
f858697a8d
1 changed files with 0 additions and 2 deletions
|
|
@ -191,7 +191,6 @@ void lcd_write_data(unsigned char* p_bytes, int count)
|
|||
unsigned int byte;
|
||||
unsigned int sda1; /* precalculated SC=low,SD=1 */
|
||||
unsigned int clk0sda0; /* precalculated SC and SD low */
|
||||
unsigned int oldlevel;
|
||||
|
||||
byte = *p_bytes++ << 24; /* fetch to MSB position */
|
||||
|
||||
|
|
@ -300,7 +299,6 @@ void lcd_write_data(unsigned char* p_bytes, int count)
|
|||
{
|
||||
unsigned byte;
|
||||
unsigned sda1; /* precalculated SC=low,SD=1 */
|
||||
unsigned int oldlevel;
|
||||
|
||||
/* take inverse data, so I can use the NEGC instruction below, it is
|
||||
the only carry add/sub which does not destroy a source register */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue