File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ static void vfx_task(void *pvParameter)
328328 static int8_t vu_peak_value [24 ] = {0 };
329329 static int8_t vu_peak_delay [24 ] = {0 };
330330 static int8_t vu_drop_delay [24 ] = {0 };
331- const int8_t vu_peak_delay_init = 12 ;
331+ const int8_t vu_peak_delay_init = 9 ;
332332 const int8_t vu_drop_delay_init = 3 ;
333333
334334 xEventGroupClearBits (user_event_group , VFX_FFT_NULL_BIT );
@@ -661,7 +661,7 @@ static void vfx_task(void *pvParameter)
661661 static int8_t vu_peak_value [24 ] = {0 };
662662 static int8_t vu_peak_delay [24 ] = {0 };
663663 static int8_t vu_drop_delay [24 ] = {0 };
664- const int8_t vu_peak_delay_init = 12 ;
664+ const int8_t vu_peak_delay_init = 9 ;
665665 const int8_t vu_drop_delay_init = 3 ;
666666
667667 xEventGroupClearBits (user_event_group , VFX_FFT_NULL_BIT );
You can’t perform that action at this time.
0 commit comments