1
0
Fork 0
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:
bsongis 2014-05-16 17:30:54 +02:00
parent 487cd04030
commit e4346e70cd
15 changed files with 54 additions and 45 deletions

View file

@ -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) {