this is port specific

This commit is contained in:
Matthew Kennedy 2023-03-15 18:08:40 -07:00
parent 00cc305d02
commit 85e61227ab
1 changed files with 0 additions and 4 deletions

View File

@ -109,11 +109,7 @@ Configuration* GetConfiguration()
// Now, override the index with a hardware-strapped option (if present)
auto sel1 = readSelPin(ID_SEL1_PORT, ID_SEL1_PIN);
#ifdef ID_SEL2_PORT
auto sel2 = readSelPin(ID_SEL2_PORT, ID_SEL2_PIN);
#else
auto sel2 = 1; //floating
#endif
// See https://github.com/mck1117/wideband/issues/11
switch (3 * sel1 + sel2) {