Update main.c typo

master-latency
Alan Johnston 6 months ago committed by GitHub
parent 68abd02fa7
commit b25aa63616
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1287,7 +1287,7 @@ void get_tlm_fox() {
}
if (failureMode == FAIL_DEGRADE) {
voltage[map[MINUS_X]] = voltage[MINUS_X] * 0.5;
current[mapa[MINUS_X]] = current[MINUS_X] * 0.5;
current[map[MINUS_X]] = current[MINUS_X] * 0.5;
printf("-X Solar Deg Simulated Failure\n");
}
if (failureMode == FAIL_SHORT) {

Loading…
Cancel
Save

Powered by TurnKey Linux.