Update main.c typo

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

@ -1278,10 +1278,11 @@ void get_tlm_fox() {
} else
failureMode = FAIL_NONE;
if (sim_mode && (loop % 10 == 0) {
if (sim_mode && (loop % 10 == 0)) {
failureMode = (int) rnd_float(1, FAIL_COUNT);
printf("Sim Mode Random Failure Change\n");
}
if (failureMode == FAIL_NONE)
printf("No Simulated Failure\n");
if (failureMode == -1) {

Loading…
Cancel
Save

Powered by TurnKey Linux.