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

Merge commit '2a277e930c' into next

This commit is contained in:
bsongis 2014-06-20 11:28:05 +02:00
commit 8fa2c21a47

View file

@ -716,6 +716,11 @@ ls_telemetry_value_t minTelemValue(uint8_t channel)
case TELEM_HDG:
return 0;
#if defined(CPUARM)
case TELEM_SPEED:
case TELEM_MAX_SPEED:
case TELEM_ASPEED:
case TELEM_MAX_ASPEED:
return 0;
default:
return -30000;
#else