summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/lcd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/drivers/lcd.c b/firmware/drivers/lcd.c
index fa072ac3f5..252652b29a 100644
--- a/firmware/drivers/lcd.c
+++ b/firmware/drivers/lcd.c
@@ -191,7 +191,6 @@ void lcd_write_data(unsigned char* p_bytes, int count)
191 unsigned int byte; 191 unsigned int byte;
192 unsigned int sda1; /* precalculated SC=low,SD=1 */ 192 unsigned int sda1; /* precalculated SC=low,SD=1 */
193 unsigned int clk0sda0; /* precalculated SC and SD low */ 193 unsigned int clk0sda0; /* precalculated SC and SD low */
194 unsigned int oldlevel;
195 194
196 byte = *p_bytes++ << 24; /* fetch to MSB position */ 195 byte = *p_bytes++ << 24; /* fetch to MSB position */
197 196
@@ -300,7 +299,6 @@ void lcd_write_data(unsigned char* p_bytes, int count)
300 { 299 {
301 unsigned byte; 300 unsigned byte;
302 unsigned sda1; /* precalculated SC=low,SD=1 */ 301 unsigned sda1; /* precalculated SC=low,SD=1 */
303 unsigned int oldlevel;
304 302
305 /* take inverse data, so I can use the NEGC instruction below, it is 303 /* take inverse data, so I can use the NEGC instruction below, it is
306 the only carry add/sub which does not destroy a source register */ 304 the only carry add/sub which does not destroy a source register */