Skip to content

Commit 090860a

Browse files
flylaiacassis
authored andcommitted
esp32s3: Remove redundant I2S include directive
remove redundant I2S include directive Signed-off-by: Xoris <xmingwp@gmail.com>
1 parent 12079a2 commit 090860a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

boards/xtensa/esp32s3/esp32s3-devkit/src/esp32s3_bringup.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@
6868
# include "espressif/esp_i2s.h"
6969
#endif
7070

71-
#ifdef CONFIG_ESPRESSIF_I2S
72-
# include "espressif/esp_i2s.h"
73-
#endif
74-
7571
#ifdef CONFIG_WATCHDOG
7672
# include "esp32s3_board_wdt.h"
7773
#endif

0 commit comments

Comments
 (0)