1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

Horus : bind/rxnum + xliteS/Pro fix for internal module

This commit is contained in:
3djc 2019-04-27 09:13:36 +02:00
parent b1399161e7
commit d202f4d84f
2 changed files with 52 additions and 12 deletions

View file

@ -576,8 +576,12 @@ bool isInternalModuleAvailable(int moduleType)
#if defined(PXX1)
if (moduleType == MODULE_TYPE_XJT)
#if defined(PCBXLITES)
return false;
#else
return (!isModuleUSingSport(EXTERNAL_MODULE, g_model.moduleData[EXTERNAL_MODULE].type));
#endif
#endif
#if defined(PXX2)
if (moduleType == MODULE_TYPE_XJT2)