mirror of
https://github.com/opentx/opentx.git
synced 2025-07-22 07:45:14 +03:00
Double precision V2 in logical switches for Companion/Sky9x board
This commit is contained in:
parent
d2a99aadd5
commit
3f9bbbc393
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ RawSourceRange RawSource::getRange(bool singleprec)
|
||||||
|
|
||||||
int board = GetEepromInterface()->getBoard();
|
int board = GetEepromInterface()->getBoard();
|
||||||
|
|
||||||
if (!singleprec && !IS_TARANIS(board)) {
|
if (!singleprec && !IS_ARM(board)) {
|
||||||
singleprec = true;
|
singleprec = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue