From 3a2926d1d8a1ccecdea4f9d3fd940457c7801743 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 12 Jun 2023 18:07:10 +0100 Subject: [PATCH] Set default XUA_I2S_DUMMY_SAMPS value to 0 --- lib_xua/api/xua_conf_default.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/api/xua_conf_default.h b/lib_xua/api/xua_conf_default.h index 11187361..01cb9063 100644 --- a/lib_xua/api/xua_conf_default.h +++ b/lib_xua/api/xua_conf_default.h @@ -198,7 +198,7 @@ #endif #ifndef XUA_I2S_DUMMY_SAMPS -#define XUA_I2S_DUMMY_SAMPS (1) +#define XUA_I2S_DUMMY_SAMPS (0) #endif /**