From 1edc141f7ca82a26c8c850152afeb604623a2a09 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 9 Aug 2025 15:58:41 -0400 Subject: [PATCH] Update main.h changed FAIL_NONE to -1 --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index b0f9ca91..6ce6b86a 100644 --- a/main.h +++ b/main.h @@ -122,7 +122,7 @@ FILE *image_file; #define TXCOMMAND 12 #define FAIL_COUNT 10 -#define FAIL_NONE 0 +#define FAIL_NONE -1 #define FAIL_SOLAR 1 #define FAIL_DEGRADE 2 #define FAIL_SHORT 3