diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,6 +88,7 @@ #define NetworkNotFound 74 #define ThisShouldntHappen 75 #define Startup_Not_Finished 76 +#define Cal_In_Progress 77 #define YES 1 #define NO 0 @@ -756,6 +757,7 @@ typedef struct { int shutdown_started; int flash_write_in_progress; int startup_complete; + int cal_in_progress; } SysFlagStruct; |