diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2020-07-27 09:52:30 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2020-07-27 09:52:30 -0400 |
commit | 188ba0eb92a6961059fd9052130806b0bc2f5e23 (patch) | |
tree | 5724bc0df7acaec4c09c59fa95eb1610cb729833 /globals.h | |
parent | 4ce3a41b8a9c1cbc8db34b6d98c0417b291a3cf1 (diff) |
add support for new jig pin on keypad 104G
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |