mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
typo: fixed spelling of protocol detector class name
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
using namespace westonrobot;
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
ProtocolDectctor detector;
|
||||
ProtocolDetector detector;
|
||||
if (detector.Connect("can0")) {
|
||||
auto proto = detector.DetectProtocolVersion(5);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user