1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

[X7D] Compilation fix for multi, check for displaysize instead of board.

This commit is contained in:
Arne Schwabe 2016-08-19 11:23:20 +02:00
parent 44e477965e
commit 607e737b32
2 changed files with 2 additions and 2 deletions

View file

@ -464,7 +464,7 @@ const pm_char STR_MULTI_OPTION[] PROGMEM = TR_MULTI_OPTION;
const pm_char STR_MULTI_AUTOBIND[] PROGMEM = TR_MULTI_AUTOBIND;
const pm_char STR_MULTI_LOWPOWER[] PROGMEM = TR_MULTI_LOWPOWER;
const pm_char STR_MULTI_DSMFRAME[] PROGMEM = TR_MULTI_DSMFRAME;
#if defined(PCBSKY9X)
#if LCD_W < 212
const pm_char STR_SUBTYPE[] PROGMEM = TR_SUBTYPE;
#endif
#endif

View file

@ -589,7 +589,7 @@ extern const pm_char STR_MULTI_RFTUNE[];
extern const pm_char STR_MULTI_AUTOBIND[];
extern const pm_char STR_MULTI_LOWPOWER[];
extern const pm_char STR_MULTI_DSMFRAME[];
#if defined(PCBSKY9X)
#if LCD_W < 212
extern const pm_char STR_SUBTYPE[];
#endif
#endif