mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Improve fix for internal module not supporting PXX1
This commit is contained in:
parent
d202f4d84f
commit
2d67629e17
2 changed files with 4 additions and 1 deletions
|
@ -576,7 +576,7 @@ bool isInternalModuleAvailable(int moduleType)
|
|||
|
||||
#if defined(PXX1)
|
||||
if (moduleType == MODULE_TYPE_XJT)
|
||||
#if defined(PCBXLITES)
|
||||
#if defined(INTMODULE_NO_PXX1)
|
||||
return false;
|
||||
#else
|
||||
return (!isModuleUSingSport(EXTERNAL_MODULE, g_model.moduleData[EXTERNAL_MODULE].type));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue