修复 bug
parent
36a25b8205
commit
f3a60d00d2
|
|
@ -43,8 +43,7 @@ namespace zsy
|
||||||
if (config.type == 0)
|
if (config.type == 0)
|
||||||
{
|
{
|
||||||
vidicons.emplace(config.sn, std::make_shared<GenericVidicon>(config));
|
vidicons.emplace(config.sn, std::make_shared<GenericVidicon>(config));
|
||||||
}
|
} else
|
||||||
else
|
|
||||||
{
|
{
|
||||||
vidicons.emplace(config.sn, std::make_shared<BarrierVidicon>(config));
|
vidicons.emplace(config.sn, std::make_shared<BarrierVidicon>(config));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue