Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 10, 2025
1 parent bed762c commit 7252e81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/ESP_I2S/src/ESP_I2S.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -719,13 +719,13 @@ bool I2SClass::end() {
#if SOC_I2S_SUPPORTS_TDM
case I2S_MODE_TDM:
#endif
if(_mclk >= 0) {
if (_mclk >= 0) {
perimanClearPinBus(_mclk);
}
if(_bclk >= 0) {
if (_bclk >= 0) {
perimanClearPinBus(_bclk);
}
if(_ws >= 0) {
if (_ws >= 0) {
perimanClearPinBus(_ws);
}
if (_dout >= 0) {
Expand Down

0 comments on commit 7252e81

Please sign in to comment.