mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
Cosmetics
This commit is contained in:
parent
55aa99b80b
commit
14a366ea27
7 changed files with 28 additions and 27 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue