diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-10-02 14:50:29 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-10-02 14:50:29 -0400 |
commit | 6264d1e20d7d37b1b2d1a5c0fb2c41e8ed203325 (patch) | |
tree | 9e0f29e638612bd8a98eaff0d6dfdd57a7c6b04b /globals.h | |
parent | e859a414daccc39e7174232437e370044bcbfd4b (diff) |
Revert "added chans_opposite_polarities for AVR-D3-B-MS1 error checking"
This reverts commit e1678aa56d0d1deaf003e0a04f09d26000d9eca5.
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -456,9 +456,8 @@ typedef struct { char self_cal; /* 242 */ char prf_limiter; /* 243 */ - char chans_opposite_polarities; /* 244 */ - char spare_padding[11]; /* 245 - padding between common and per-channel sections of the */ + char spare_padding[12]; /* 244 - 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 */ |