ci(pre-commit): Apply automatic fixes · espressif/arduino-esp32@38b59d5 (original) (raw)

Original file line number Diff line number Diff line change
@@ -13,12 +13,8 @@
13 13
14 14 #if SOC_I2S_HW_VERSION_2
15 15 #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, }
22 18 #endif
23 19
24 20 #define I2S_READ_CHUNK_SIZE 1920