1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-20 14:55:09 +03:00

Bsongis/menus refactoring (#6463)

Menus refactoring
This commit is contained in:
Bertrand Songis 2019-05-29 16:04:09 +02:00 committed by GitHub
parent 1b71b7fcbc
commit 670e101fa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 848 additions and 687 deletions

View file

@ -655,7 +655,7 @@ bool isExternalModuleAvailable(int moduleType)
return false;
#endif
#if !defined(EXTERNAL_MODULE_PPM)
#if !defined(PPM)
if (moduleType == MODULE_TYPE_PPM)
return false;
#endif