mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 05:15:18 +03:00
Compilation fixes
This commit is contained in:
parent
683a737c99
commit
04ba9e5c68
32 changed files with 110 additions and 71 deletions
|
@ -37,6 +37,8 @@ void menuRadioTools(event_t event)
|
|||
{
|
||||
SIMPLE_MENU("TOOLS", menuTabGeneral, MENU_RADIO_TOOLS, HEADER_LINE + 2);
|
||||
|
||||
#if defined(PXX2)
|
||||
addRadioTool(0, "Spectrum Analyser", menuRadioSpectrumAnalyser, event);
|
||||
addRadioTool(1, "Power Meter", menuRadioPowerMeter, event);
|
||||
#endif
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue