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

Compilation options updated

This commit is contained in:
Bertrand Songis 2019-05-16 10:39:02 +02:00
parent d7119b170d
commit 68a9edc887
5 changed files with 2 additions and 13 deletions

View file

@ -568,7 +568,7 @@ bool isInternalModuleAvailable(int moduleType)
if (moduleType == MODULE_TYPE_NONE)
return true;
#if defined(PXX1) && defined(INTERNAL_MODULE_PXX1)
#if defined(PXX1)
if (moduleType == MODULE_TYPE_PXX_XJT)
return !isModuleUSingSport(EXTERNAL_MODULE, g_model.moduleData[EXTERNAL_MODULE].type);
#else