1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +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

@ -1026,8 +1026,8 @@ void checkAll()
checkSwitches();
#endif
#if defined(PCBTARANIS)
if (g_model.displayText && modelHasNotes()) {
#if defined(CPUARM)
if (g_model.displayChecklist && modelHasNotes()) {
pushModelNotes();
}
#endif