Make state enum start at 0 as we are indexing into an array for StateStrings

This commit is contained in:
Isaac Connor 2021-11-10 16:53:29 -05:00
parent d94c100a72
commit e35dc3902e
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public:
} Deinterlace;
typedef enum {
UNKNOWN=-1,
UNKNOWN,
IDLE,
PREALARM,
ALARM,