typo: fixed spelling of protocol detector class name

This commit is contained in:
rdu
2022-10-18 15:04:36 +08:00
parent 1fb2f33f3d
commit 7410dacb58
6 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ int main(int argc, char **argv) {
std::unique_ptr<HunterRobot> hunter;
ProtocolDectctor detector;
ProtocolDetector detector;
detector.Connect(device_name);
auto proto = detector.DetectProtocolVersion(5);