summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 96cab87..5f28ce6 100644
--- a/globals.h
+++ b/globals.h
@@ -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;