mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Whitespace tidy
This commit is contained in:
parent
940d85e20b
commit
3747d6742b
50 changed files with 584 additions and 583 deletions
|
@ -455,10 +455,10 @@ static long cmsx_CopyControlRateProfile(displayPort_t *pDisplay, const void *ptr
|
|||
return 0;
|
||||
}
|
||||
|
||||
static OSD_Entry cmsx_menuCopyProfileEntries[] =
|
||||
static OSD_Entry cmsx_menuCopyProfileEntries[] =
|
||||
{
|
||||
{ "-- COPY PROFILE --", OME_Label, NULL, NULL, 0},
|
||||
|
||||
|
||||
{ "CPY PID PROF TO", OME_TAB, NULL, &cmsx_PidProfileTable, 0 },
|
||||
{ "COPY PP", OME_Funcall, cmsx_CopyPidProfile, NULL, 0 },
|
||||
{ "CPY RATE PROF TO", OME_TAB, NULL, &cmsx_ControlRateProfileTable, 0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue