diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -117,6 +117,8 @@ #define Jig_Open_Detected 99 #define NoHardwareRangeFoundError 100 #define HardwareWordError 101 +#define max_zout_error 102 +#define max_zout_duty_error 103 #define YES 1 #define NO 0 @@ -852,6 +854,8 @@ typedef struct { char jig_error_message[40]; // addr 37420 + float switchable_zout_max_duty[max_channels]; // addr 37460 + char flash_end; // addr 37460 } FlashStruct; @@ -880,6 +884,7 @@ typedef struct { float err_max_slew[max_channels]; float err_min_load_type[max_channels]; float err_max_load_type[max_channels]; + float err_max_zout[max_channels]; float composite_min_burst_time[max_channels]; /* minimum ever possible gap, taking into account all constraints */ } ConstraintsStruct; |