1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00

[Horus] I2C audio pot is removed in latest board!

This commit is contained in:
Bertrand Songis 2016-01-15 11:16:24 +01:00
parent a6a71b8650
commit 677995205d
9 changed files with 25 additions and 200 deletions

View file

@ -1049,7 +1049,7 @@ void evalMixes(uint8_t tick10ms)
// must be done after mixing because some functions use the inputs/channels values
// must be done before limits because of the applyLimit function: it checks for safety switches which would be not initialized otherwise
if (tick10ms) {
#if defined(CPUARM)
#if defined(VOLUME_CHIP)
requiredSpeakerVolume = g_eeGeneral.speakerVolume + VOLUME_LEVEL_DEF;
#endif