i2s: enable tests for esp32s2beta

This commit is contained in:
Mahavir Jain
2019-11-21 21:58:18 +05:30
parent f7b51c164d
commit 8b05cf41ad
3 changed files with 15 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ extern "C" {
// ESP32 have 2 I2S
#define I2S_NUM_0 (0) /*!< I2S port 0 */
#define I2S_NUM_1 (1) /*!< I2S port 0 */
#define I2S_NUM_1 (1) /*!< I2S port 1 */
#define I2S_NUM_MAX (2) /*!< I2S port max */
#define SOC_I2S_NUM (I2S_NUM_MAX)