浏览代码

/* modify indentation.*/

nxf44444 5 年之前
父节点
当前提交
6bc3301e08
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      bsp/imxrt/imxrt1052-nxp-evk/board/Kconfig
  2. 1 1
      bsp/imxrt/libraries/drivers/drv_sai.h

+ 1 - 1
bsp/imxrt/imxrt1052-nxp-evk/board/Kconfig

@@ -95,7 +95,7 @@ menu "On-chip Peripheral Drivers"
                         int "Set LPUART3 TX DMA channel (0-32)"
                         int "Set LPUART3 TX DMA channel (0-32)"
                         default 1
                         default 1
         endif
         endif
-		menuconfig BSP_USING_HWTIMER
+	menuconfig BSP_USING_HWTIMER
         bool "Enable GPT"
         bool "Enable GPT"
         default n
         default n
         select RT_USING_HWTIMER
         select RT_USING_HWTIMER

+ 1 - 1
bsp/imxrt/libraries/drivers/drv_sai.h

@@ -18,7 +18,7 @@
 #include "fsl_sai_edma.h"
 #include "fsl_sai_edma.h"
 
 
 #define AUD_DMA_FIFO_SIZE (2048)
 #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 */
 /* Select Audio/Video PLL (786.48 MHz) as sai1 clock source */
 #define DEMO_SAI1_CLOCK_SOURCE_SELECT (2U)
 #define DEMO_SAI1_CLOCK_SOURCE_SELECT (2U)
 /* Clock pre divider for sai1 clock source */
 /* Clock pre divider for sai1 clock source */