Browse Source

delete space line

chengy4 4 years ago
parent
commit
20cf905c96
2 changed files with 0 additions and 5 deletions
  1. 0 1
      bsp/hc32f4a0/board/board.h
  2. 0 4
      bsp/hc32f4a0/drivers/drv_soft_i2c.c

+ 0 - 1
bsp/hc32f4a0/board/board.h

@@ -9,7 +9,6 @@
  * 2021-01-18     CDT          MOdify SRAM_SIZE
  */
 
-
 #ifndef __BOARD_H__
 #define __BOARD_H__
 

+ 0 - 4
bsp/hc32f4a0/drivers/drv_soft_i2c.c

@@ -9,7 +9,6 @@
  * 2021-01-18     CDT          modify i2c gpio init
  */
 
-
 /*******************************************************************************
  * Include files
  ******************************************************************************/
@@ -66,10 +65,8 @@ static const struct hc32_soft_i2c_config soft_i2c_config[] =
 #endif
 };
 
-
 static struct hc32_i2c i2c_obj[sizeof(soft_i2c_config) / sizeof(soft_i2c_config[0])];
 
-
 /*******************************************************************************
  * Function implementation - global ('extern') and local ('static')
  ******************************************************************************/
@@ -203,7 +200,6 @@ int hc32_hw_i2c_init(void)
 }
 INIT_BOARD_EXPORT(hc32_hw_i2c_init);
 
-
 #endif /* RT_USING_I2C */
 
 /*******************************************************************************