1
0
Fork 0
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:
Marc Guay 2008-07-06 21:38:29 +00:00
parent f6cde72ce9
commit a5ed793fe1

View file

@ -42,21 +42,6 @@ bool ide_powered(void)
void power_off(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 */ #else /* SIMULATOR */