summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@avencall.com>2012-07-17 13:12:42 +0200
committerGuillaume Knispel <gknispel@avencall.com>2012-07-17 13:12:42 +0200
commit3339f31e6de3397185bde7dfb68bc27eeea263df (patch)
treebcc68622c95aa47eb330437c161268a8fd40a7c2 /main.c
parent87e0a6fbac18d3b0ff771d6ca03720441af245be (diff)
parent0c5568616fa054f9859db661a50890890dd5d171 (diff)
merge masteradc10
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;
}