13 lines
194 B
C++
13 lines
194 B
C++
//
|
|
// Created by linbo on 2025/10/22.
|
|
//
|
|
|
|
#include "hardware/serial/serial_manager.h"
|
|
|
|
using namespace std;
|
|
using namespace cmvr::hardware;
|
|
|
|
SerialManager::SerialManager(const XmlNode &cfg)
|
|
{
|
|
|
|
} |