Fix OSD menu for d setpoint transition

This commit is contained in:
borisbstyle 2016-10-10 01:09:08 +02:00
parent 92d2e3ae91
commit b168141b67
1 changed files with 1 additions and 1 deletions

View File

@ -467,8 +467,8 @@ OSD_Entry menuRateExpo[] =
{"RC YAW EXPO", OME_FLOAT, NULL, &entryRcExpoYaw},
{"THR. PID ATT.", OME_FLOAT, NULL, &extryTpaEntry},
{"TPA BREAKPOINT", OME_UINT16, NULL, &entryTpaBreak},
{"PTERM SRATE RATIO", OME_FLOAT, NULL, &entryPSetpoint},
{"D SETPOINT", OME_FLOAT, NULL, &entryDSetpoint},
{"D SETPOINT TRANSITION", OME_FLOAT, NULL, &entryPSetpoint},
{"BACK", OME_Back, NULL, NULL},
{NULL, OME_END, NULL, NULL}
};