mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
[ARM boards] Imperial parameter removed
This commit is contained in:
parent
75999c06d7
commit
79e727a149
6 changed files with 6 additions and 28 deletions
|
@ -1665,9 +1665,7 @@ void varioWakeup();
|
|||
#define IS_SOUND_OFF() (g_eeGeneral.beepMode == e_mode_quiet)
|
||||
#endif
|
||||
|
||||
#if defined(CPUARM)
|
||||
#define IS_IMPERIAL_ENABLE() (g_eeGeneral.imperial)
|
||||
#elif defined(IMPERIAL_UNITS)
|
||||
#if 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