mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 08:45:24 +03:00
Cosmetics
This commit is contained in:
parent
48c227d5f5
commit
6d116298c8
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ bool menuRadioSdManager(event_t _event)
|
|||
|
||||
reusableBuffer.sdManager.offset = menuVerticalOffset;
|
||||
|
||||
for (uint8_t i=0; i<NUM_BODY_LINES; i++) {
|
||||
for (uint8_t i = 0; i < NUM_BODY_LINES; i++) {
|
||||
coord_t y = MENU_CONTENT_TOP + i*FH;
|
||||
LcdFlags attr = (index == i ? INVERS : 0);
|
||||
if (reusableBuffer.sdManager.lines[i][0]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue