diff options
author | Guillaume Knispel <gknispel@avencall.com> | 2012-07-17 13:12:42 +0200 |
---|---|---|
committer | Guillaume Knispel <gknispel@avencall.com> | 2012-07-17 13:12:42 +0200 |
commit | 3339f31e6de3397185bde7dfb68bc27eeea263df (patch) | |
tree | bcc68622c95aa47eb330437c161268a8fd40a7c2 /main.c | |
parent | 87e0a6fbac18d3b0ff771d6ca03720441af245be (diff) | |
parent | 0c5568616fa054f9859db661a50890890dd5d171 (diff) |
merge masteradc10
Diffstat (limited to 'main.c')
-rw-r--r--[-rwxr-xr-x] | main.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; } |