mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Fixed Companion build
This commit is contained in:
parent
8aeb35c912
commit
e4de0da0bb
5 changed files with 6 additions and 6 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "opentx.h"
|
||||
|
||||
static uint8_t currentSpeakerVolume = 255;
|
||||
uint8_t requiredSpeakerVolume;
|
||||
uint8_t requiredSpeakerVolume = 255;
|
||||
|
||||
extern void checkBattery();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue