Rename a constant to match the expected name

This commit is contained in:
mbanth
2021-06-01 14:41:15 +01:00
parent aec5bb8daa
commit 4c9130166c
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
#define __custom_defines_h__
#define EXCLUDE_USB_AUDIO_MAIN
#define NUM_PDM_MICS 0
#define XUA_NUM_PDM_MICS 0
#define XUD_TILE 1
#define AUDIO_IO_TILE 0
#define MIXER 0

View File

@@ -11,7 +11,7 @@
#define MAX_FREQ 48000
#define EXCLUDE_USB_AUDIO_MAIN
#define NUM_PDM_MICS 0
#define XUA_NUM_PDM_MICS 0
#define PDM_TILE 2
#define XUD_TILE 1