mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 14:55:13 +03:00
Revert "[ARM boards] Imperial parameter removed"
This reverts commit 79e727a149
.
This commit is contained in:
parent
9886dede73
commit
8dadb5346b
6 changed files with 28 additions and 6 deletions
|
@ -1665,7 +1665,9 @@ void varioWakeup();
|
|||
#define IS_SOUND_OFF() (g_eeGeneral.beepMode == e_mode_quiet)
|
||||
#endif
|
||||
|
||||
#if defined(IMPERIAL_UNITS)
|
||||
#if defined(CPUARM)
|
||||
#define IS_IMPERIAL_ENABLE() (g_eeGeneral.imperial)
|
||||
#elif defined(IMPERIAL_UNITS)
|
||||
#define IS_IMPERIAL_ENABLE() (1)
|
||||
#else
|
||||
#define IS_IMPERIAL_ENABLE() (0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue