revised version of F746_SD_GraphicEqualizer

Dependencies:   BSP_DISCO_F746NG F746_GUI F746_SAI_IO FrequencyResponseDrawer LCD_DISCO_F746NG SDFileSystem_Warning_Fixed TS_DISCO_F746NG mbed

Fork of F746_SD_GraphicEqualizer by 不韋 呂

Revision:
10:fc6367c2ffcf
Parent:
8:12aa05f3cc24
diff -r 0d5bd1539291 -r fc6367c2ffcf MyClasses_Functions/MyFunctions.hpp
--- a/MyClasses_Functions/MyFunctions.hpp	Mon May 09 13:48:33 2016 +0000
+++ b/MyClasses_Functions/MyFunctions.hpp	Wed Jun 22 03:50:38 2016 +0000
@@ -28,7 +28,7 @@
 
 // ファイルの選択
 void SelectFile(ButtonGroup &menu, FileSelector &selector,
-                Label &msg, string &selectedName);
+                Label &msg, string fileList[], int *selected);
 
 // フィルタの変更
 void ModifyFilter(DesignerDrawer &drawerObj,