summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@avencall.com>2012-06-28 14:12:48 +0200
committerNoe Rubinstein <nrubinstein@avencall.com>2012-06-28 14:12:48 +0200
commitd143f61e3a3e20ebb2c3a052d0d636ee8cf38f39 (patch)
tree604d8aa1fb798169ad58d6d2363ae29d18c1a406
parentfcd2035c232aa49f930ec057c65c9fe04b55c24f (diff)
move timer setting to after port accessgold-usine-2012-06
This shouldn't change anything.
-rwxr-xr-xmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 7de2ec0..cb36bb4 100755
--- a/main.c
+++ b/main.c
@@ -98,10 +98,10 @@ int main(void)
if (TENSION_EXPIRED)
state = STOP;
if (TENSION_WAIT(bV1P0)) { // Got V1P0 stable and all other supplies too
- Timer1 = 3; // set Timer1 @ 3ms instead of 2 before assserted
- // CK410_PWR_GD_N Low
SetBit(P3OUT, VRMPWRGD);
ClrBit(P2OUT, GREEN_LED_N); // set GREEN_LED_N to show Power Seq Ok
+ Timer1 = 3; // set Timer1 @ 3ms instead of 2 before assserted
+ // CK410_PWR_GD_N Low
state = CK410_VTT_GD;
}
break;