i2s: fixed I2S_mono_stereo_loopback_test (v4.4)

pull/11334/head
laokaiyao 2023-04-06 14:59:40 +08:00
rodzic a6c7d78906
commit d98b6c640f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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