mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Removed lcd calls
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@161 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d86c4990c8
commit
e7d40dce78
1 changed files with 1 additions and 8 deletions
|
@ -17,10 +17,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <serial.h>
|
||||
#include <lcd.h>
|
||||
#include "serial.h"
|
||||
|
||||
#define TDRE 7 /* transmit data register empty */
|
||||
#define RDRF 6 /* receive data register full */
|
||||
|
@ -75,8 +72,4 @@ void RXI1 (void)
|
|||
serial_byte = RDR1;
|
||||
serial_flag = 1;
|
||||
clear_bit(RDRF,SSR1_ADDR);
|
||||
if (serial_byte == '0')
|
||||
lcd_turn_off_backlight ();
|
||||
if (serial_byte == '1')
|
||||
lcd_turn_on_backlight ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue