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:
6:599229a1b06a
Parent:
2:2a5c93bf729a
--- a/MyClasses_Functions/DesignerDrawer.hpp	Sat May 07 07:33:52 2016 +0000
+++ b/MyClasses_Functions/DesignerDrawer.hpp	Sat May 07 08:15:00 2016 +0000
@@ -54,7 +54,7 @@
         float *f0_;         // 中心周波数を格納する配列のポインタ
         GrEqParamsCalculator *calculator_;
         GrEqualizerFrqResp *frqResp_;   // フィルタの周波数応答に対応するオブジェクト
-        BiquadGrEq::Coefs *ck_;         // フィルタの係数        
+        BiquadGrEq::Coefs *ck_;         // フィルタの係数
         FrqRespDrawer *drawerObj_;
     };
 }