diff options
-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; |