1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 09:45:21 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-12-12 15:07:27 +01:00
parent 55aa99b80b
commit 14a366ea27
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
7 changed files with 28 additions and 27 deletions

View file

@ -311,7 +311,7 @@ void lcdInit()
issued by the other parts of the code.
*/
#if (defined(PCBX9DP) && PCBREV >= 2019) || defined(PCBX7ACCESS)
#if defined(RADIO_X9DP2019) || defined(RADIO_X7ACCESS)
#define LCD_DELAY_NEEDED() true
#else
#define LCD_DELAY_NEEDED() (!WAS_RESET_BY_WATCHDOG_OR_SOFTWARE())