aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gaudio/vs1053/gaudio_play_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gaudio/vs1053/gaudio_play_lld.c')
-rw-r--r--drivers/gaudio/vs1053/gaudio_play_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gaudio/vs1053/gaudio_play_lld.c b/drivers/gaudio/vs1053/gaudio_play_lld.c
index 9e77e383..fc62fea2 100644
--- a/drivers/gaudio/vs1053/gaudio_play_lld.c
+++ b/drivers/gaudio/vs1053/gaudio_play_lld.c
@@ -188,7 +188,7 @@ static void FeedData(void *param) {
(void) param;
// While there is data space
- while (!board_dreq()) {
+ while (board_dreq()) {
// Send up to 32 bytes
len = playlen;