summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-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;