Senior Design: Sound Monitor / 4951

Dependencies:   LCD_fonts SPI_TFT_ILI9341 CMSIS_DSP_401_without_cm4 mbed-src SDFileSystem wavfile

Revision:
10:0986108f8aa3
Parent:
9:5a860b9c8a6a
--- a/audio_if.cpp	Sun Dec 13 16:46:14 2015 +0000
+++ b/audio_if.cpp	Sun Dec 13 17:58:10 2015 +0000
@@ -81,6 +81,7 @@
 int8_t Audio_Init(void)
 {
     return BSP_AUDIO_IN_Init(48000, 16, 1);
+
 }