mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Fix compilation warning on Horus. (#3677)
* Fix compilation warning on Horus. The // where added Jan25 as part of 5c71d74aab (diff-e7a8e42860fdbdf14bb250f27536fde6)
* Better fix ?
This commit is contained in:
parent
337ab74b8b
commit
459ab91f09
1 changed files with 3 additions and 1 deletions
|
@ -125,11 +125,13 @@ bool menuTextView(evt_t event)
|
||||||
lcdDrawText(MENUS_MARGIN_LEFT, MENU_CONTENT_TOP + i*FH, s_text_screen[i]);
|
lcdDrawText(MENUS_MARGIN_LEFT, MENU_CONTENT_TOP + i*FH, s_text_screen[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
char * title = s_text_file;
|
char * title = s_text_file;
|
||||||
#if defined(SIMU)
|
#if defined(SIMU)
|
||||||
if (!strncmp(title, "./", 2)) title += 2;
|
if (!strncmp(title, "./", 2)) title += 2;
|
||||||
#endif
|
#endif
|
||||||
// lcd_putsCenter(MENU_FOOTER_TOP, title, HEADER_COLOR);
|
lcd_putsCenter(MENU_FOOTER_TOP, title, HEADER_COLOR);
|
||||||
|
#endif
|
||||||
|
|
||||||
drawVerticalScrollbar(LCD_W-5, 50, 195, menuVerticalOffset, lines_count, NUM_BODY_LINES);
|
drawVerticalScrollbar(LCD_W-5, 50, 195, menuVerticalOffset, lines_count, NUM_BODY_LINES);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue