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

Revert "Compilation options updated"

This reverts commit 68a9edc8
This commit is contained in:
Bertrand Songis 2019-05-16 14:50:23 +02:00
parent e69965ff46
commit 0774567df7
5 changed files with 13 additions and 2 deletions

View file

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