Update main.c typo

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

@ -1278,7 +1278,7 @@ void get_tlm_fox() {
} else
failureMode = FAIL_NONE;
if (FAIL_NONE) {
if (failureMode == FAIL_NONE)
printf("No Simulated Failure\n");
if (failureMode == -1) {
failureMode = (int) rnd_float(1, FAIL_COUNT);

Loading…
Cancel
Save

Powered by TurnKey Linux.