From 85e61227ab0e4daa46c4934ff7fe7222bf285382 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Wed, 15 Mar 2023 18:08:40 -0700 Subject: [PATCH] this is port specific --- firmware/boards/f0_module/port.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/firmware/boards/f0_module/port.cpp b/firmware/boards/f0_module/port.cpp index 17343e3..8ead22a 100644 --- a/firmware/boards/f0_module/port.cpp +++ b/firmware/boards/f0_module/port.cpp @@ -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) {