From 16e34a7c67fd17a87546a700d8147be08a553ec6 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 7 Aug 2025 10:59:06 -0400 Subject: [PATCH] Update main.h typo --- main.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.h b/main.h index 48818e37..3f0c9c6f 100644 --- a/main.h +++ b/main.h @@ -124,10 +124,10 @@ FILE *image_file; #define REPEATER 7 #define TXCOMMAND 12 -#define FAIL_COUNT = 2 -#define FAIL_SOLAR = 1 -#define FAIL_DEGRADE = 2 -#define FAIL_SHORT = 3 +#define FAIL_COUNT 2 +#define FAIL_SOLAR 1 +#define FAIL_DEGRADE 2 +#define FAIL_SHORT 3 int transmitStatus = -1;