Обновление

This commit is contained in:
cfif 2026-02-10 17:15:08 +03:00
parent 9820b4887d
commit 05a8fa9f17
1 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
// Created by CFIF on 25.03.24.
//
#include "SerialPorts.h"
/*
tSerialPorts SERIAL_PORTS;
@ -124,8 +124,9 @@ static void vSerialPort_InitUSART2(tSerialPortFlagchip *env) {
}
*/
/*
tSerialPorts SERIAL_PORTS;
@ -247,7 +248,7 @@ static void vSerialPort_InitUSART1(tSerialPortFlagchip *env) {
}
*/
void SerialPorts_Init() {
@ -267,8 +268,8 @@ void SerialPorts_Init() {
// vSerialPort_InitUSART1(&env->SerialPortLog);
vSerialPort_InitUSART2(&env->SerialPortLog);
vSerialPort_InitUSART1(&env->SerialPortLog);
// vSerialPort_InitUSART2(&env->SerialPortLog);
SERIAL_PORTS.SerialPortLog_IO = vSerialPortGetIo(&env->SerialPortLog);
SERIAL_PORTS.SerialPortLog_Sniffer_IO = vSerialPortGetSnifferIo(&env->SerialPortLog);