1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Minor touch ups

This commit is contained in:
jflyper 2016-10-29 13:40:27 +09:00
parent 853e830c6f
commit 1aaf2d9d47
4 changed files with 13 additions and 7 deletions

View file

@ -470,7 +470,7 @@ void cmsMenuChange(displayPort_t *pDisplay, void *ptr)
void cmsMenuBack(displayPort_t *pDisplay)
{
// becasue pids and rates meybe stored in profiles we need some thicks to manipulate it
// becasue pids and rates may be stored in profiles we need some thicks to manipulate it
// hack to save pid profile
if (currentMenu == &menuPid[0])
cmsx_PidWriteback();