mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 03:07:21 +02:00
i2s: fixed I2S_mono_stereo_loopback_test (v4.4)
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#ifndef SOC_I2S_SUPPORTS_TDM
|
||||
#define I2S_HAL_DEFAULT_MSB_RIGHT (false) // Default msb_right bit to false
|
||||
#define I2S_HAL_DEFAULT_MSB_RIGHT (true) // Default msb_right bit to true
|
||||
#define I2S_HAL_DEFAULT_RIGHT_FIRST (I2S_HAL_DEFAULT_MSB_RIGHT) // Normally right_first bit keeps same as msb_right
|
||||
#endif // SOC_I2S_SUPPORTS_TDM
|
||||
|
||||
|
Reference in New Issue
Block a user