mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 08:45:24 +03:00
All macros for modules removed
This commit is contained in:
parent
a77f00d665
commit
85ad25e0e8
17 changed files with 333 additions and 209 deletions
|
@ -141,7 +141,7 @@ void telemetryWakeup()
|
|||
}
|
||||
|
||||
#if defined(PCBTARANIS) || defined(PCBHORUS)
|
||||
if ((IS_MODULE_PXX(INTERNAL_MODULE) || IS_MODULE_PXX(EXTERNAL_MODULE)) && FRSKY_BAD_ANTENNA()) {
|
||||
if ((isModulePXX(INTERNAL_MODULE) || isModulePXX(EXTERNAL_MODULE)) && FRSKY_BAD_ANTENNA()) {
|
||||
AUDIO_RAS_RED();
|
||||
POPUP_WARNING(STR_WARNING);
|
||||
const char * w = STR_ANTENNAPROBLEM;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue