NWM_UDS: Fix a typo in the nwm service port name

pull/8/head
purpasmart96 10 years ago
parent 10eb8b0c02
commit 046044618d

@ -18,7 +18,7 @@ public:
Interface();
std::string GetPortName() const override {
return "nwm:UDS";
return "nwm::UDS";
}
};

Loading…
Cancel
Save