aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-04-30 22:57:15 +1000
committerinmarket <andrewh@inmarket.com.au>2014-04-30 22:57:15 +1000
commit04307da6b7ca4fdc330c9f1cf8570d8f07ea1e5f (patch)
tree7e93244c296b9d309f597521a9a02bd440501213 /drivers
parenta394e2c35dde67241bea69409bcae9f46dcfc089 (diff)
downloaduGFX-04307da6b7ca4fdc330c9f1cf8570d8f07ea1e5f.tar.gz
uGFX-04307da6b7ca4fdc330c9f1cf8570d8f07ea1e5f.tar.bz2
uGFX-04307da6b7ca4fdc330c9f1cf8570d8f07ea1e5f.zip
Updates to vs1053 driver. Now accepting data but still no sound.
Diffstat (limited to 'drivers')
-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;