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

Issue 59 fixed

This commit is contained in:
bsongis 2012-07-31 16:48:04 +00:00
parent bedce98a14
commit 07ddcd1758

View file

@ -2595,7 +2595,7 @@ void menuProcFunctionSwitches(uint8_t event)
}
else if (sd->func <= FUNC_SAFETY_CH16) {
val_min = -125; val_max = 125;
lcd_outdezAtt(18*FW, y, FSW_PARAM(sd), attr);
lcd_outdezAtt(18*FW, y, (int8_t)FSW_PARAM(sd), attr);
}
else {
if (attr) m_posHorz = 0;