Move the override of MIC_ARRAY_FRAME_SIZE from mic_array_conf.h in lib_xua to ap_conf.h in sw_xvf3510/app_xk/xvf3510_l71.

This constant is only used in the audio pipelines, hence does not belong in the configuration of XUA.
This commit is contained in:
Michael Banther
2019-11-25 13:48:58 +00:00
parent f22027564d
commit 471ab4548a

View File

@@ -4,10 +4,6 @@
#include "xua_conf_full.h"
#ifndef MIC_ARRAY_FRAME_SIZE
#define MIC_ARRAY_FRAME_SIZE (XUA_MIC_FRAME_SIZE)
#endif
// The default definition of MIC_ARRAY_MAX_FRAME_SIZE_LOG2 must appear in this file
// because an assembler file #includes it.
// The assembler does not understand C language syntax, only C pre-processor syntax.