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:
@@ -16,7 +16,7 @@
|
||||
#include "ugv_sdk/details/interface/parser_interface.hpp"
|
||||
|
||||
namespace westonrobot {
|
||||
class ProtocolDectctor {
|
||||
class ProtocolDetector {
|
||||
public:
|
||||
bool Connect(std::string can_name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user