1
0
Fork 0
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:
Damjan Adamic 2014-12-06 15:55:07 +01:00
parent 8aeb35c912
commit e4de0da0bb
5 changed files with 6 additions and 6 deletions

View file

@ -37,7 +37,7 @@
#include "opentx.h"
static uint8_t currentSpeakerVolume = 255;
uint8_t requiredSpeakerVolume;
uint8_t requiredSpeakerVolume = 255;
extern void checkBattery();