diff options
author | Noe Rubinstein <nrubinstein@avencall.com> | 2012-06-21 14:20:09 +0200 |
---|---|---|
committer | Noe Rubinstein <nrubinstein@avencall.com> | 2012-06-21 14:20:09 +0200 |
commit | fcd2035c232aa49f930ec057c65c9fe04b55c24f (patch) | |
tree | 44d88c45e537c05f7f88901a34def870d00e49b3 | |
parent | 359a54d3c57a3bbfd33389882be554639ce33adf (diff) |
Revert "Wait for SLP_S3_N (/!\ XXX)"
This reverts commit 359a54d3c57a3bbfd33389882be554639ce33adf.
-rwxr-xr-x | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |