summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/video.c1
-rw-r--r--firmware/drivers/lcd.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/video.c b/apps/plugins/video.c
index 617ada327c..292b61a69c 100644
--- a/apps/plugins/video.c
+++ b/apps/plugins/video.c
@@ -158,7 +158,6 @@ int main(char* filename)
158 } 158 }
159 159
160 rb->close(fd); 160 rb->close(fd);
161 and_b(~0x40, &PBDRL); /* hack workaround to get the LED off */
162 161
163 if (shown == SYS_USB_CONNECTED) /* exception */ 162 if (shown == SYS_USB_CONNECTED) /* exception */
164 return PLUGIN_USB_CONNECTED; 163 return PLUGIN_USB_CONNECTED;
diff --git a/firmware/drivers/lcd.c b/firmware/drivers/lcd.c
index f7fde506e3..b0a32f4819 100644
--- a/firmware/drivers/lcd.c
+++ b/firmware/drivers/lcd.c
@@ -280,6 +280,7 @@ void lcd_write_data(unsigned char* p_bytes, int count)
280 /* %3 */ "r"(clk0sda0), 280 /* %3 */ "r"(clk0sda0),
281 /* %4 */ "r"(LCDR), 281 /* %4 */ "r"(LCDR),
282 /* %5 */ "I"(LCD_CS|LCD_DS|LCD_SD|LCD_SC) 282 /* %5 */ "I"(LCD_CS|LCD_DS|LCD_SD|LCD_SC)
283 : "r0"
283 ); 284 );
284 285
285 sti(); 286 sti();