diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-10-02 11:27:39 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-10-02 11:27:39 -0400 |
commit | e1678aa56d0d1deaf003e0a04f09d26000d9eca5 (patch) | |
tree | 38364da8bc2b3a7402c60f5d22f0749e2755245b /globals.h | |
parent | 4f2926c5b5f396200ea5cc521ba1d2f622de5119 (diff) |
added chans_opposite_polarities for AVR-D3-B-MS1 error checking
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |