diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:20:23 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:20:23 +0900 |
commit | 8722d53003e7f18b916e5b8bbd3e527fd1097ca4 (patch) | |
tree | 4796db74e4b89379e9cb94ff2336e7e5efb97f0e /globals.h | |
parent | 2c73bb707c28fac0f6b1f2725b71e0e4ece92e49 (diff) |
separate minimum equiv offset from ampl, for AVIR-4-B-OT
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -770,6 +770,8 @@ typedef struct { float double_pulse_extra_deadtime[max_channels]; // addr 10668 + this float double_pulse_min_sep[max_channels]; // addr 10676 + float os_zero_equiv[max_channels]; // addr 10684 + char flash_end; } FlashStruct; |