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

Loading…
Cancel
Save

Powered by TurnKey Linux.