mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 00:05:13 +03:00
Compilation fix
This commit is contained in:
parent
2aacfd2cca
commit
13e9c36f51
1 changed files with 2 additions and 0 deletions
|
@ -532,6 +532,7 @@ bool isR9MModeAvailable(int mode)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(PXX2)
|
||||
bool isPxx2IsrmChannelsCountAllowed(int channels)
|
||||
{
|
||||
if (g_model.moduleData[INTERNAL_MODULE].rfProtocol == MODULE_SUBTYPE_PXX1_ACCST_D16)
|
||||
|
@ -539,6 +540,7 @@ bool isPxx2IsrmChannelsCountAllowed(int channels)
|
|||
else
|
||||
return (channels % 8 == 0);
|
||||
}
|
||||
#endif
|
||||
|
||||
bool isModuleUSingSport(uint8_t moduleBay, uint8_t moduleType)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue