Update main.c typo

master-latency
Alan Johnston 4 months ago committed by GitHub
parent 16e34a7c67
commit bf2156be94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1283,7 +1283,7 @@ void get_tlm_fox() {
}
if (failureMode == FAIL_SOLAR) {
voltage[MINUS_X] = voltage[MINUS_X] * 0.5;
current[MINUS_X] = currente[MINUS_X] * 0.5;
current[MINUS_X] = current[MINUS_X] * 0.5;
}
if (failureMode == FAIL_SHORT) {
voltage[MINUS_Y] = 0.0;

Loading…
Cancel
Save

Powered by TurnKey Linux.