Merge pull request #754 from purpasmart96/nwm_typo_fix
NWM_UDS: Fix a typo in the nwm service port name
This commit is contained in:
commit
a08bb13e8b
|
@ -18,7 +18,7 @@ public:
|
|||
Interface();
|
||||
|
||||
std::string GetPortName() const override {
|
||||
return "nwm:UDS";
|
||||
return "nwm::UDS";
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Reference in New Issue