diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -109,6 +109,7 @@ #define Cant_Do_Burst_and_Double 95 #define Between_0_and_10_Volts 96 #define pw_rc_limit 97 +#define HVPS_Current_Too_High 98 #define YES 1 #define NO 0 @@ -812,9 +813,10 @@ typedef struct { short slew_dacval[max_channels][timing_ranges][timing_polarities][std_range_size]; // size 1024, addr 34324 float slew_pwl[max_channels][timing_ranges][timing_polarities][std_range_size]; // size 2048, addr 35348 - float cap_for_pw_rc_limit[max_channels]; // size 8, addr 37396 + float cap_for_pw_rc_limit[max_channels]; // size 8, addr 37396 - for AVR-8F-B + float hvps_avg_curr_limit[max_channels]; // size 8, addr 37404 - for AVR-8F-B - char flash_end; // addr 37404 + char flash_end; // addr 37412 } FlashStruct; #pragma pack(pop) |