mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
Merge branch 'feature/enable_i2s_tests_on_esp32s2beta' into 'master'
Enable i2s and freertos test/s on esp32s2beta See merge request espressif/esp-idf!6790
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user