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:
parent
a6a71b8650
commit
677995205d
9 changed files with 25 additions and 200 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue