forked from PAWPAW-Mirror/lib_xua
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user