forked from PAWPAW-Mirror/lib_xua
8 lines
154 B
C
8 lines
154 B
C
#ifndef MIC_ARRAY_CONF_H_
|
|
#define MIC_ARRAY_CONF_H_
|
|
|
|
#define MIC_ARRAY_MAX_FRAME_SIZE_LOG2 0
|
|
#define MIC_ARRAY_NUM_MICS 8
|
|
|
|
#endif /* MIC_ARRAY_CONF_H_ */
|