Skip to content

Commit db84430

Browse files
YaochengerCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 7bfed76 commit db84430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/gd32/arm/libraries/gd32_drivers/drv_usart.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct gd32_uart
7272
#endif
7373
uint16_t rx_pin; /* Todo: 4bits */
7474
#if defined SOC_SERIES_GD32E50x
75-
uint32_t uart_remap; //remap
75+
uint32_t uart_remap; /* remap */
7676
#endif
7777

7878
#ifdef RT_SERIAL_USING_DMA

0 commit comments

Comments
 (0)