15 lines
208 B
C
15 lines
208 B
C
|
|
//
|
||
|
|
// Created by linbo on 2025/10/22.
|
||
|
|
//
|
||
|
|
|
||
|
|
#ifndef CMVR_ES_SERIAL_MANAGER_H
|
||
|
|
#define CMVR_ES_SERIAL_MANAGER_H
|
||
|
|
|
||
|
|
namespace cmvr::device
|
||
|
|
{
|
||
|
|
class serial_manager
|
||
|
|
{
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
#endif //CMVR_ES_SERIAL_MANAGER_H
|