Skip to content

Commit 01d1aec

Browse files
committed
fix(i2s): fix the es8311 example on P4
Closes espressif#14297
1 parent c475820 commit 01d1aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/peripherals/i2s/i2s_codec/i2s_es8311/main/example_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
#define I2S_MCK_IO (GPIO_NUM_13)
4444
#define I2S_BCK_IO (GPIO_NUM_12)
4545
#define I2S_WS_IO (GPIO_NUM_10)
46-
#define I2S_DO_IO (GPIO_NUM_11)
47-
#define I2S_DI_IO (GPIO_NUM_9)
46+
#define I2S_DO_IO (GPIO_NUM_9)
47+
#define I2S_DI_IO (GPIO_NUM_11)
4848
#else
4949
#define I2S_MCK_IO (GPIO_NUM_0)
5050
#define I2S_BCK_IO (GPIO_NUM_4)

0 commit comments

Comments
 (0)