Skip to content

Commit ba6f78b

Browse files
authored
format code (#5699)
1 parent 19f0f9e commit ba6f78b

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

bsp/at32/Libraries/rt_drivers/drv_soft_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#if !defined(BSP_USING_I2C1) && !defined(BSP_USING_I2C2) && !defined(BSP_USING_I2C3) && !defined(BSP_USING_I2C4)
2020
#error "Please define at least one BSP_USING_I2Cx"
21-
/* this driver can be disabled at menuconfig RT-Thread Components Device Drivers */
21+
/* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2222
#endif
2323

2424
static const struct at32_soft_i2c_config soft_i2c_config[] =

bsp/at32/Libraries/rt_drivers/drv_usart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#if !defined(BSP_USING_UART1) && !defined(BSP_USING_UART2) && \
1616
!defined(BSP_USING_UART3)
1717
#error "Please define at least one BSP_USING_UARTx"
18-
/* this driver can be disabled at menuconfig RT-Thread Components Device Drivers */
18+
/* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
1919
#endif
2020

2121
struct at32_usart {

bsp/bluetrum/libraries/hal_drivers/drv_soft_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#if !defined(BSP_USING_I2C1) && !defined(BSP_USING_I2C2) && !defined(BSP_USING_I2C3) && !defined(BSP_USING_I2C4)
2121
#error "Please define at least one BSP_USING_I2Cx"
22-
/* this driver can be disabled at menuconfig RT-Thread Components Device Drivers */
22+
/* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2323
#endif
2424

2525
static const struct ab32_soft_i2c_config soft_i2c_config[] =

bsp/gd32/libraries/gd32_drivers/drv_soft_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#if !defined(BSP_USING_I2C0) && !defined(BSP_USING_I2C1) && !defined(BSP_USING_I2C2) && !defined(BSP_USING_I2C3)
1818
#error "Please define at least one BSP_USING_I2Cx"
19-
/* this driver can be disabled at menuconfig RT-Thread Components Device Drivers */
19+
/* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2020
#endif
2121

2222
static const struct gd32_soft_i2c_config soft_i2c_config[] =

bsp/gd32vf103v-eval/drivers/drv_usart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#if !defined(BSP_USING_UART0) && !defined(BSP_USING_UART1) && !defined(BSP_USING_UART2) \
1616
&& !defined(BSP_USING_UART3) && !defined(BSP_USING_UART4) && !defined(BSP_USING_UART5)
1717
#error "Please define at least one BSP_USING_UARTx"
18-
/* this driver can be disabled at menuconfig RT-Thread Components Device Drivers */
18+
/* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
1919
#endif
2020

2121
struct gd32_usart {

bsp/hk32/libraries/rt_drivers/drv_soft_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#if !defined(BSP_USING_I2C1) && !defined(BSP_USING_I2C2) && !defined(BSP_USING_I2C3) && !defined(BSP_USING_I2C4)
2020
#error "Please define at least one BSP_USING_I2Cx"
21-
/* this driver can be disabled at menuconfig RT-Thread Components Device Drivers */
21+
/* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2222
#endif
2323

2424
static const struct hk32_soft_i2c_config soft_i2c_config[] =

bsp/hk32/libraries/rt_drivers/drv_usart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#ifdef RT_USING_SERIAL
1515
#if !defined(BSP_USING_UART1) && !defined(BSP_USING_UART2)
1616
#error "Please define at least one BSP_USING_UARTx"
17-
/* this driver can be disabled at menuconfig RT-Thread Components Device Drivers */
17+
/* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
1818
#endif
1919

2020
struct hk32_usart

bsp/n32g452xx/Libraries/rt_drivers/drv_soft_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#if !defined(BSP_USING_I2C1) && !defined(BSP_USING_I2C2) && !defined(BSP_USING_I2C3) && !defined(BSP_USING_I2C4)
2020
#error "Please define at least one BSP_USING_I2Cx"
21-
/* this driver can be disabled at menuconfig RT-Thread Components Device Drivers */
21+
/* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2222
#endif
2323

2424
static const struct n32_soft_i2c_config soft_i2c_config[] =

bsp/renesas/libraries/HAL_Drivers/drv_soft_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#if !defined(BSP_USING_I2C0) && !defined(BSP_USING_I2C1)
2525
#error "Please define at least one BSP_USING_I2Cx"
26-
/* this driver can be disabled at menuconfig RT-Thread Components Device Drivers */
26+
/* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2727
#endif
2828

2929
static const struct ra_soft_i2c_config soft_i2c_config[] =

bsp/stm32/libraries/HAL_Drivers/drv_pulse_encoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#if !defined(BSP_USING_PULSE_ENCODER1) && !defined(BSP_USING_PULSE_ENCODER2) && !defined(BSP_USING_PULSE_ENCODER3) \
2020
&& !defined(BSP_USING_PULSE_ENCODER4) && !defined(BSP_USING_PULSE_ENCODER5) && !defined(BSP_USING_PULSE_ENCODER6)
2121
#error "Please define at least one BSP_USING_PULSE_ENCODERx"
22-
/* this driver can be disabled at menuconfig RT-Thread Components Device Drivers */
22+
/* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2323
#endif
2424

2525
#define AUTO_RELOAD_VALUE 0x7FFF

0 commit comments

Comments
 (0)