1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-25 17:25:10 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-11-07 13:58:56 +01:00
parent 3f0ce109ad
commit 50a07dc8d8
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
3 changed files with 3 additions and 4 deletions

View file

@ -755,7 +755,7 @@ void AudioQueue::wakeup()
DEBUG_TIMER_STOP(debugTimerAudioConsume);
AudioBuffer * buffer;
while ((buffer = buffersFifo.getEmptyBuffer()) != 0) {
while ((buffer = buffersFifo.getEmptyBuffer()) != nullptr) {
int result;
unsigned int fade = 0;
int size = 0;