From b25aa6361651de8f7ef2461343f5f4d58518b450 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 7 Aug 2025 13:43:33 -0400 Subject: [PATCH] Update main.c typo --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 5b5ff80a..93a6e96c 100644 --- a/main.c +++ b/main.c @@ -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) {