Use settings flag for DAC output mode (remove CVSCALEBOARD define)
This commit is contained in:
parent
671dfe9b2c
commit
33bfc9ea08
4 changed files with 4 additions and 17 deletions
|
@ -154,8 +154,6 @@ bool readEEPROM() {
|
|||
|
||||
if(trill3_interval<3 || trill3_interval > 4) trill3_interval = TRILL3_INTERVAL_FACTORY; //Deal with possible zero/bad values
|
||||
|
||||
|
||||
|
||||
//Flags stored in bit field
|
||||
fastBoot = dipSwBits & (1<<DIPSW_FASTBOOT);
|
||||
legacy = dipSwBits & (1<<DIPSW_LEGACY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue