1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-21 15:25:17 +03:00

Double precision V2 in logical switches for Companion/Sky9x board

This commit is contained in:
bsongis 2014-04-04 08:21:56 +02:00
parent d2a99aadd5
commit 3f9bbbc393

View file

@ -85,7 +85,7 @@ RawSourceRange RawSource::getRange(bool singleprec)
int board = GetEepromInterface()->getBoard();
if (!singleprec && !IS_TARANIS(board)) {
if (!singleprec && !IS_ARM(board)) {
singleprec = true;
}