mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
#1692 - We flush the queue instead of stopping the audio (the TADA sound
is cut otherwise)
This commit is contained in:
parent
5254c553b2
commit
1f77806017
5 changed files with 15 additions and 2 deletions
|
@ -385,7 +385,7 @@ void eeLoadModel(uint8_t id)
|
|||
read32_eeprom_data((File_system[id+1].block_no << 12) + sizeof(struct t_eeprom_header), (uint8_t *)&g_model, size) ;
|
||||
}
|
||||
|
||||
AUDIO_RESET();
|
||||
AUDIO_FLUSH();
|
||||
flightReset();
|
||||
logicalSwitchesReset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue