mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-21 15:25:12 +03:00
Compilation fix
This commit is contained in:
parent
86789f5460
commit
aaf6bf24ed
1 changed files with 5 additions and 0 deletions
|
@ -540,6 +540,11 @@ bool isPxx2IsrmChannelsCountAllowed(int channels)
|
|||
else
|
||||
return (channels % 8 == 0);
|
||||
}
|
||||
#else
|
||||
bool isPxx2IsrmChannelsCountAllowed(int channels)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
bool isModuleUSingSport(uint8_t moduleBay, uint8_t moduleType)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue