diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-13 15:13:34 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-13 15:13:34 -0500 |
commit | 9e168483a2b2b451388d6e474c85ec080b7ffcbb (patch) | |
tree | 38347cdddda423c8da63f9c585d823edd1cc483f /globals.h | |
parent | 8d092ef3e8d7c0dd8c4be63391d39dc274ca4abe (diff) |
warn if command received during self-cal
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; |