summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@avencall.com>2012-06-21 14:20:09 +0200
committerNoe Rubinstein <nrubinstein@avencall.com>2012-06-21 14:20:09 +0200
commitfcd2035c232aa49f930ec057c65c9fe04b55c24f (patch)
tree44d88c45e537c05f7f88901a34def870d00e49b3
parent359a54d3c57a3bbfd33389882be554639ce33adf (diff)
Revert "Wait for SLP_S3_N (/!\ XXX)"
This reverts commit 359a54d3c57a3bbfd33389882be554639ce33adf.
-rwxr-xr-xmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index d2d0f3a..7de2ec0 100755
--- a/main.c
+++ b/main.c
@@ -87,7 +87,7 @@ int main(void)
case WAIT_V1P8:
if (TENSION_EXPIRED)
state = STOP;
- if (!(P4IN & SLP_S3_N) && TENSION_WAIT(bV1P8)) {
+ if (TENSION_WAIT(bV1P8)) {
ClrBit(P2OUT, CPU_VCCP_EN_N); // enable V1P0
Timer1 = 30; // set Timer1 @ 30 milli seconde to get V1P0 stable
state = WAIT_V1P0;