mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-25 17:25:10 +03:00
Fix SF Play Track on SC-SD
This commit is contained in:
parent
a0c1beb61f
commit
15c5898488
1 changed files with 0 additions and 2 deletions
|
@ -141,10 +141,8 @@ void getSwitchesPosition(bool startup)
|
|||
uint64_t newPos = 0;
|
||||
CHECK_3POS(0, SW_SA);
|
||||
CHECK_3POS(1, SW_SB);
|
||||
#if !defined(PCBXLITE)
|
||||
CHECK_3POS(2, SW_SC);
|
||||
CHECK_3POS(3, SW_SD);
|
||||
#endif
|
||||
#if !defined(PCBX7) && !defined(PCBXLITE)
|
||||
CHECK_3POS(4, SW_SE);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue