Skip to content

Commit 149a9f3

Browse files
committed
Update prop time to 30sec max
1 parent 35428bf commit 149a9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded/app/src/states.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ stateTransition_t * propulsionAction() {
149149
rErrs += 1;
150150
} rErrs = 0;
151151

152-
if (getuSTimestamp() - data->timers->startTime > 3000000/*MAX_RUN_TIME*/){
152+
if (getuSTimestamp() - data->timers->startTime > 30000000/*MAX_RUN_TIME*/){
153153
fprintf(stderr, "Prop timeout\n");
154154
return stateMachine.currState->next;
155155
}

0 commit comments

Comments
 (0)