summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc77x/c100
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tcc77x/c100')
-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)
42 42
43void power_off(void) 43void power_off(void)
44{ 44{
45
46 //sleep(HZ/1000); /* 10ms */
47 //lcd_send_command(0x02);
48
49 //sleep(HZ/1000); /* 10ms */
50 //lcd_send_command(0x00);
51
52 //sleep(HZ/1000); /* 10ms */
53 sleep(HZ/1000); /* 10ms */
54
55 // From MAIN.c
56 GPIOB &= ~(0x04);
57 //GPIOD &= ~(0x80|0x40);
58
59
60} 45}
61 46
62#else /* SIMULATOR */ 47#else /* SIMULATOR */