mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-20 14:55:09 +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
|
else
|
||||||
return (channels % 8 == 0);
|
return (channels % 8 == 0);
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
bool isPxx2IsrmChannelsCountAllowed(int channels)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool isModuleUSingSport(uint8_t moduleBay, uint8_t moduleType)
|
bool isModuleUSingSport(uint8_t moduleBay, uint8_t moduleType)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue