summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--[-rwxr-xr-x]main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.c b/main.c
index fe88510..106079d 100755..100644
--- a/main.c
+++ b/main.c
@@ -213,9 +213,7 @@ int main(void)
if ((P4IN & ATX_PWROK) && TENSION_WAIT(V2P5) && TENSION_WAIT(VCC3)) {
start_monitoring(V2P5);
start_monitoring(VCC3);
- // assertion: V1P2_CORE_EN_N is low but high impedance here
- // TO CHECK
- SetBit(P1DIR, V1P2_CORE_EN_N);
+ ClrBit(P1OUT, V1P2_CORE_EN_N);
Timer1 = 30;
state = WAIT_V1P2;
}