summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 0ecb22b..ce1227b 100644
--- a/globals.h
+++ b/globals.h
@@ -114,6 +114,7 @@
#define Between_0_and_10_Volts 96
#define pw_rc_limit 97
#define HVPS_Current_Too_High 98
+#define Jig_Open_Detected 99
#define YES 1
#define NO 0
@@ -832,7 +833,9 @@ typedef struct {
float max_mon_steps_before_reset_average[max_channels]; // size 8, addr 37412 - 5 steps for AVO-8E3, maybe more for 156A?
- char flash_end; // addr 37420
+ char jig_error_message[40]; // addr 37420
+
+ char flash_end; // addr 37460
} FlashStruct;
#pragma pack(pop)