Skip to content
Snippets Groups Projects
Commit a08bb13e authored by archshift's avatar archshift
Browse files

Merge pull request #754 from purpasmart96/nwm_typo_fix

NWM_UDS: Fix a typo in the nwm service port name
parents 10eb8b0c 04604461
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ public: ...@@ -18,7 +18,7 @@ public:
Interface(); Interface();
std::string GetPortName() const override { std::string GetPortName() const override {
return "nwm:UDS"; return "nwm::UDS";
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment