summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:40:09 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:40:09 +0900
commite61288ff7f0a705ce9c7f60b33429f92f3bfb573 (patch)
treee0d376ae2edb321bec995af2b59b1de981c22311 /globals.h
parent29183c2be225efa74127103e4f71c1d26495a825 (diff)
add cap_for_pw_rc_limit for AVR-8F-B
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 f9d83f1..689624f 100644
--- a/globals.h
+++ b/globals.h
@@ -108,6 +108,7 @@
#define Dead_Time_Error 94
#define Cant_Do_Burst_and_Double 95
#define Between_0_and_10_Volts 96
+#define pw_rc_limit 97
#define YES 1
#define NO 0
@@ -811,7 +812,9 @@ 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
- char flash_end; // addr 37396
+ float cap_for_pw_rc_limit[max_channels]; // size 8, addr 37396
+
+ char flash_end; // addr 37404
} FlashStruct;
#pragma pack(pop)