Merge pull request #754 from purpasmart96/nwm_typo_fix

NWM_UDS: Fix a typo in the nwm service port name
pull/8/head
archshift 11 years ago
commit a08bb13e8b

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

Loading…
Cancel
Save