forked from len0rd/rockbox
Get rid of useless bits.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17973 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f6cde72ce9
commit
a5ed793fe1
1 changed files with 0 additions and 15 deletions
|
|
@ -42,21 +42,6 @@ bool ide_powered(void)
|
|||
|
||||
void power_off(void)
|
||||
{
|
||||
|
||||
//sleep(HZ/1000); /* 10ms */
|
||||
//lcd_send_command(0x02);
|
||||
|
||||
//sleep(HZ/1000); /* 10ms */
|
||||
//lcd_send_command(0x00);
|
||||
|
||||
//sleep(HZ/1000); /* 10ms */
|
||||
sleep(HZ/1000); /* 10ms */
|
||||
|
||||
// From MAIN.c
|
||||
GPIOB &= ~(0x04);
|
||||
//GPIOD &= ~(0x80|0x40);
|
||||
|
||||
|
||||
}
|
||||
|
||||
#else /* SIMULATOR */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue