mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
White space tidy
This commit is contained in:
parent
d25c852098
commit
ff16686893
58 changed files with 310 additions and 310 deletions
|
@ -254,7 +254,7 @@ static void cmsPageSelect(displayPort_t *instance, int8_t newpage)
|
|||
currentCtx.page = (newpage + pageCount) % pageCount;
|
||||
pageTop = ¤tCtx.menu->entries[currentCtx.page * maxMenuItems];
|
||||
cmsUpdateMaxRow(instance);
|
||||
|
||||
|
||||
const OSD_Entry *p;
|
||||
int i;
|
||||
for (p = pageTop, i = 0; (p <= pageTop + pageMaxRow); p++, i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue