summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/tcc77x/c100/power-c100.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/firmware/target/arm/tcc77x/c100/power-c100.c b/firmware/target/arm/tcc77x/c100/power-c100.c
index c2e69ff6c4..77574ccc87 100644
--- a/firmware/target/arm/tcc77x/c100/power-c100.c
+++ b/firmware/target/arm/tcc77x/c100/power-c100.c
@@ -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 */