Add the RTOS processing. for the Network radio streaming receiver.

Fork of VS1053b by Christian Schmiljun

Revision:
3:88a645490529
Parent:
2:5bab956cb59e
Child:
4:cacb5e663fa9
--- a/VS1053.cpp	Wed Dec 22 18:09:33 2010 +0000
+++ b/VS1053.cpp	Wed Dec 22 21:15:22 2010 +0000
@@ -345,6 +345,7 @@
     // change spi to higher speed 
     sdi_initialise();                
     changeVolume();
+    changeBass();
     return true;
 }