Suga koubou / Mbed 2 deprecated i2s_audio_madplayer

Dependencies:   FatFileSystemCpp I2SSlave TLV320 mbed

Fork of madplayer by Andreas Grün

Revision:
3:6f07b5f52c38
Parent:
2:f28cf0afd021
--- a/config.h	Sat Nov 27 17:27:33 2010 +0000
+++ b/config.h	Wed Dec 19 06:01:00 2012 +0000
@@ -28,11 +28,11 @@
  * which treats all files as C++ code and does not allow additional 
  * defines on the command line.
  * The changes are: 
- * 	forced inclusion of "config.h" in all files
+ *     forced inclusion of "config.h" in all files
  *  forced inclusion of "mbed.h" in all files via "config.h"
- *	typecasts from void *
- * 	renaming of all .c-Files to .cpp
- * 	renaming of all .dat-Files to .h 
+ *    typecasts from void *
+ *     renaming of all .c-Files to .cpp
+ *     renaming of all .dat-Files to .h 
  *
  * The exact changes can bee seen by a diff-tool comparing with 
  * the libmad-0.15.1b source.