mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
All alerts are TADA :)
This commit is contained in:
parent
7e0a30c08f
commit
d5348de16e
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ bool isAudioFileReferenced(uint32_t i, char * filename)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (category == SYSTEM_AUDIO_CATEGORY) {
|
if (category == SYSTEM_AUDIO_CATEGORY) {
|
||||||
if (sdAvailableSystemAudioFiles & MASK_SYSTEM_AUDIO_FILE(index)) {
|
if (sdAvailableSystemAudioFiles & MASK_SYSTEM_AUDIO_FILE(event)) {
|
||||||
getSystemAudioFile(filename, index);
|
getSystemAudioFile(filename, index);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue