/* modify indentation.*/
This commit is contained in:
parent
6779bbeb92
commit
6bc3301e08
|
@ -95,7 +95,7 @@ menu "On-chip Peripheral Drivers"
|
|||
int "Set LPUART3 TX DMA channel (0-32)"
|
||||
default 1
|
||||
endif
|
||||
menuconfig BSP_USING_HWTIMER
|
||||
menuconfig BSP_USING_HWTIMER
|
||||
bool "Enable GPT"
|
||||
default n
|
||||
select RT_USING_HWTIMER
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include "fsl_sai_edma.h"
|
||||
|
||||
#define AUD_DMA_FIFO_SIZE (2048)
|
||||
#define CODEC_I2C_NAME ("i2c1")
|
||||
#define CODEC_I2C_NAME ("i2c1")
|
||||
/* Select Audio/Video PLL (786.48 MHz) as sai1 clock source */
|
||||
#define DEMO_SAI1_CLOCK_SOURCE_SELECT (2U)
|
||||
/* Clock pre divider for sai1 clock source */
|
||||
|
|
Loading…
Reference in New Issue