@@ -324,11 +324,11 @@ static void vfx_task(void *pvParameter)
324
324
const uint8_t vu_width = 10 ;
325
325
const uint8_t vu_step = 6 ;
326
326
#endif
327
- static int8_t vu_peak_value [24 ] = {0 };
328
- static int8_t vu_peak_delay [24 ] = {0 };
329
- static int8_t vu_drop_delay [24 ] = {0 };
330
- const int8_t vu_peak_delay_init = 9 ;
331
- const int8_t vu_drop_delay_init = 3 ;
327
+ static uint8_t vu_peak_value [24 ] = {0 };
328
+ static uint8_t vu_peak_delay [24 ] = {0 };
329
+ static uint8_t vu_drop_delay [24 ] = {0 };
330
+ const uint8_t vu_peak_delay_init = 9 ;
331
+ const uint8_t vu_drop_delay_init = 3 ;
332
332
333
333
xEventGroupClearBits (user_event_group , VFX_FFT_NULL_BIT );
334
334
@@ -657,11 +657,11 @@ static void vfx_task(void *pvParameter)
657
657
const uint8_t vu_width = 10 ;
658
658
const uint8_t vu_step = 6 ;
659
659
#endif
660
- static int8_t vu_peak_value [24 ] = {0 };
661
- static int8_t vu_peak_delay [24 ] = {0 };
662
- static int8_t vu_drop_delay [24 ] = {0 };
663
- const int8_t vu_peak_delay_init = 9 ;
664
- const int8_t vu_drop_delay_init = 3 ;
660
+ static uint8_t vu_peak_value [24 ] = {0 };
661
+ static uint8_t vu_peak_delay [24 ] = {0 };
662
+ static uint8_t vu_drop_delay [24 ] = {0 };
663
+ const uint8_t vu_peak_delay_init = 9 ;
664
+ const uint8_t vu_drop_delay_init = 3 ;
665
665
666
666
xEventGroupClearBits (user_event_group , VFX_FFT_NULL_BIT );
667
667
0 commit comments