V2.11 读流水号时如果目标值为0则不报错

This commit is contained in:
ranchuan
2024-01-03 16:30:03 +08:00
parent a51722b54a
commit b4d3b5bc7d
7 changed files with 10 additions and 9 deletions

View File

@@ -87,7 +87,7 @@ static const uart_dtb g_uartdtb[]={
.uart=USART1,
.uart_clock_fun=RCC_APB2PeriphClockCmd,
.uart_rcc=RCC_APB2Periph_USART1,
.baudrate=9600,
.baudrate=38400,
.irq_channel=USART1_IRQn,
.gpio_tx_clock_fun=RCC_APB2PeriphClockCmd,