summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2013-10-02 11:27:39 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2013-10-02 11:27:39 -0400
commite1678aa56d0d1deaf003e0a04f09d26000d9eca5 (patch)
tree38364da8bc2b3a7402c60f5d22f0749e2755245b /globals.h
parent4f2926c5b5f396200ea5cc521ba1d2f622de5119 (diff)
added chans_opposite_polarities for AVR-D3-B-MS1 error checking
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index a5a1623..bb6b346 100644
--- a/globals.h
+++ b/globals.h
@@ -456,8 +456,9 @@ typedef struct {
char self_cal; /* 242 */
char prf_limiter; /* 243 */
+ char chans_opposite_polarities; /* 244 */
- char spare_padding[12]; /* 244 - padding between common and per-channel sections of the */
+ char spare_padding[11]; /* 245 - padding between common and per-channel sections of the */
/* flash eeprom. Adjust size if variables added to common section, */
/* so that per-channel section starts at 256 */