mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Checklist available on all ARM boards
This commit is contained in:
parent
487cd04030
commit
e4346e70cd
15 changed files with 54 additions and 45 deletions
|
@ -338,7 +338,7 @@ void title(const pm_char * s)
|
|||
uint8_t scrollbar_X = LCD_W-1;
|
||||
#endif
|
||||
|
||||
#if defined(PCBTARANIS)
|
||||
#if defined(CPUARM)
|
||||
bool modelHasNotes()
|
||||
{
|
||||
FILINFO info;
|
||||
|
@ -360,7 +360,9 @@ void pushModelNotes()
|
|||
strcpy(buf, TEXT_EXT);
|
||||
pushMenuTextView(filename);
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(PCBTARANIS)
|
||||
void onLongMenuPress(const char *result)
|
||||
{
|
||||
if (result == STR_VIEW_CHANNELS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue