Skip to content

Commit 38b59d5

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 1f0f248 commit 38b59d5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

libraries/ESP_I2S/src/ESP_I2S.cpp

+2-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@
1313

1414
#if SOC_I2S_HW_VERSION_2
1515
#undef I2S_STD_CLK_DEFAULT_CONFIG
16-
#define I2S_STD_CLK_DEFAULT_CONFIG(rate) { \
17-
.sample_rate_hz = rate, \
18-
.clk_src = I2S_CLK_SRC_DEFAULT, \
19-
.ext_clk_freq_hz = 0, \
20-
.mclk_multiple = I2S_MCLK_MULTIPLE_256, \
21-
}
16+
#define I2S_STD_CLK_DEFAULT_CONFIG(rate) \
17+
{ .sample_rate_hz = rate, .clk_src = I2S_CLK_SRC_DEFAULT, .ext_clk_freq_hz = 0, .mclk_multiple = I2S_MCLK_MULTIPLE_256, }
2218
#endif
2319

2420
#define I2S_READ_CHUNK_SIZE 1920

0 commit comments

Comments
 (0)