소스 검색

update for file format

sheltonyu 3 년 전
부모
커밋
ebcc2cb8c1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      bsp/at32/libraries/f403a_407/rt_drivers/drv_soft_i2c.c
  2. 1 1
      bsp/at32/libraries/f435_437/rt_drivers/drv_soft_i2c.c

+ 1 - 1
bsp/at32/libraries/f403a_407/rt_drivers/drv_soft_i2c.c

@@ -19,7 +19,7 @@
 #if !defined(BSP_USING_I2C1) && !defined(BSP_USING_I2C2) && \
     !defined(BSP_USING_I2C3)
 #error "Please define at least one BSP_USING_I2Cx"
-/* this driver can be disabled at menuconfig �RT-Thread Components �Device Drivers */
+/* this driver can be disabled at menuconfig RT-Thread Components Device Drivers */
 #endif
 
 static const struct at32_soft_i2c_config soft_i2c_config[] =

+ 1 - 1
bsp/at32/libraries/f435_437/rt_drivers/drv_soft_i2c.c

@@ -19,7 +19,7 @@
 #if !defined(BSP_USING_I2C1) && !defined(BSP_USING_I2C2) && \
     !defined(BSP_USING_I2C3)
 #error "Please define at least one BSP_USING_I2Cx"
-/* this driver can be disabled at menuconfig �RT-Thread Components �Device Drivers */
+/* this driver can be disabled at menuconfig RT-Thread Components Device Drivers */
 #endif
 
 static const struct at32_soft_i2c_config soft_i2c_config[] =