1 parent c81dc8a commit b426090Copy full SHA for b426090
1 file changed
ch32v305/src/main.cpp
@@ -174,8 +174,9 @@ static void TLV320_I2S_CheckBitslip(void)
174
{
175
false_checks_in_a_row = 0U;
176
printf("bitslipped, resetting\n");
177
+ i2s_hw_enable(DISABLE);
178
i2s_hw_deinit();
- Delay_Ms(1);
179
+ Delay_Ms(10);
180
i2s_hw_init();
181
i2s_hw_enable(ENABLE);
182
s_tlv320_i2s_report_initialized = 0U;
0 commit comments