mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
One more try: Fix remaining reds and yellows
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20335 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7e7d8ebfef
commit
9771c9c771
8 changed files with 80 additions and 77 deletions
|
|
@ -196,7 +196,7 @@ void lcd_enable(bool yesno)
|
|||
if (yesno == is_lcd_enabled)
|
||||
return;
|
||||
|
||||
if (is_lcd_enabled = yesno)
|
||||
if ((is_lcd_enabled = yesno))
|
||||
{
|
||||
lcd_send_command(R_STANDBY_OFF);
|
||||
lcd_send_command(R_DISPLAY_ON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue