Revert TDM ADC clocking change from commit a1946f3

This commit is contained in:
Daniel Pieczko
2022-11-07 08:59:56 +00:00
parent a1946f340a
commit abfa3a2011

View File

@@ -84,8 +84,8 @@ void ConfigAudioPorts(
{
for(int i = 0; i < I2S_WIRES_ADC; i++)
{
//set_port_sample_delay(p_i2s_adc[i]);
//set_pad_delay(p_i2s_adc[i], 4);
set_port_sample_delay(p_i2s_adc[i]);
set_pad_delay(p_i2s_adc[i], 4);
}
}
#endif