From 04307da6b7ca4fdc330c9f1cf8570d8f07ea1e5f Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 30 Apr 2014 22:57:15 +1000 Subject: Updates to vs1053 driver. Now accepting data but still no sound. --- drivers/gaudio/vs1053/gaudio_play_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gaudio') 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; -- cgit v1.2.3