From 0c1babcec5e075ca28767cb356621d72fa7693dd Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 4 Jul 2024 21:56:08 -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 43dbc271..b64a4e59 100644 --- a/main.c +++ b/main.c @@ -40,7 +40,7 @@ int main(int argc, char * argv[]) { sleep(5); // try sleep at start to help boot // voltageThreshold = 3.7; printf("Pi Zero 2 detected\n"); - _2_offset = 700; // 500; + pi_zero_2_offset = 700; // 500; } printf("\n\nCubeSatSim v1.3.2 starting...\n\n");