修改喂狗芯片为100ms

This commit is contained in:
2026-04-26 15:54:52 +08:00
parent 9af585b664
commit f27cebde4d
12 changed files with 103 additions and 26 deletions

View File

@@ -98,7 +98,7 @@ sdrv_uart_t g_console_uart;
static sdrv_uart_config_t console_uart_config = {
.base = DEVICE_BASE(CONSOLE_UART),
.irq = DEVICE_INTR(CONSOLE_UART),
.baud = 4608000,
.baud = 4000000,
.data_bits = SDRV_UART_CHAR_8_BITS,
.stop_bits = SDRV_UART_STOP_1_BIT,
.parity = SDRV_UART_NO_PARITY,