We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed762c commit 7252e81Copy full SHA for 7252e81
libraries/ESP_I2S/src/ESP_I2S.cpp
@@ -719,13 +719,13 @@ bool I2SClass::end() {
719
#if SOC_I2S_SUPPORTS_TDM
720
case I2S_MODE_TDM:
721
#endif
722
- if(_mclk >= 0) {
+ if (_mclk >= 0) {
723
perimanClearPinBus(_mclk);
724
}
725
- if(_bclk >= 0) {
+ if (_bclk >= 0) {
726
perimanClearPinBus(_bclk);
727
728
- if(_ws >= 0) {
+ if (_ws >= 0) {
729
perimanClearPinBus(_ws);
730
731
if (_dout >= 0) {
0 commit comments