pin_config.c
@@ -95,7 +95,7 @@ } void uart1_change_from_gps_to_debug(void) { io_pin_mux_set(IO_PIN_1,IO_FUNC4);//恢复发数据 board_debug_console_open_baud(TRACE_PORT_UART1,BAUD_115200); board_debug_console_open_baud(TRACE_PORT_UART1,BAUD_921600); uart_receive(UART_ID1,m_EUART_DMA_RXBuf,EUART_RX_BUF_SIZE,uart_receive_callback);//开启dma } extern uint32_t gpsbaudrate;