Skip to content
Snippets Groups Projects
Commit f19e1729 authored by Grigoris Pavlakis's avatar Grigoris Pavlakis
Browse files

Fix the header file after changing the call method in the previous commit

parent 44326296
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ public:
*
* Everything apart from the setting data is uint16 (setting data are uint32 for now)
*/
void reportParameterIds(Message paramIds);
void reportParameterIds(Message& paramIds);
/**
* This function receives a TC[20, 3] message and after checking whether its type is correct,
......@@ -85,7 +85,7 @@ public:
*
* @todo Use pointers for changing and storing addresses to comply with the standard
*/
void setParameterIds(Message newParamValues);
void setParameterIds(Message& newParamValues);
};
......
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