mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 22:05:10 +03:00
Visual C++ compilation
This commit is contained in:
parent
2f8f2df3c7
commit
b2db04f4bb
17 changed files with 37 additions and 69 deletions
|
@ -3934,7 +3934,7 @@ void menuModelLimits(uint8_t event)
|
|||
#if defined(PPM_CENTER_ADJUSTABLE)
|
||||
case ITEM_LIMITS_PPM_CENTER:
|
||||
lcd_outdezAtt(LIMITS_PPM_CENTER_POS, y, PPM_CENTER+ld->ppmCenter, attr);
|
||||
#warning "could be less restrictive!"
|
||||
#pragma message("could be less restrictive!")
|
||||
if (active && ld->max <= 0 && ld->min >= 0) {
|
||||
CHECK_INCDEC_MODELVAR(event, ld->ppmCenter, -125, +125);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue