mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
fix(i2s): remove unused EXAMPLE_ES7210_I2C_ADDR in the example
Closes https://github.com/espressif/esp-idf/issues/18575
This commit is contained in:
@@ -76,7 +76,6 @@
|
||||
#define EXAMPLE_I2S_TDM_SLOT_MASK (I2S_TDM_SLOT0 | I2S_TDM_SLOT1 | I2S_TDM_SLOT2 | I2S_TDM_SLOT3)
|
||||
|
||||
/* ES7210 configurations */
|
||||
#define EXAMPLE_ES7210_I2C_ADDR (0x40)
|
||||
#define EXAMPLE_ES7210_MIC_GAIN (30) // 30db
|
||||
#define EXAMPLE_ES7210_MIC_SELECTED (ES7210_SEL_MIC1 | ES7210_SEL_MIC2 | ES7210_SEL_MIC3 | ES7210_SEL_MIC4)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user