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

Update a comment on tests/ParameterService.cpp

parent a63b08ae
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ TEST_CASE("Parameter Setting Subservice") { ...@@ -50,7 +50,7 @@ TEST_CASE("Parameter Setting Subservice") {
Message setRequest(20, 3, Message::TC, 1); Message setRequest(20, 3, Message::TC, 1);
Message reportRequest(20, 1, Message::TC, 1); Message reportRequest(20, 1, Message::TC, 1);
setRequest.appendUint16(2); // correct number of IDs setRequest.appendUint16(2); // total number of IDs
setRequest.appendUint16(1); // correct ID in this context setRequest.appendUint16(1); // correct ID in this context
setRequest.appendUint32(3735928559); // 0xDEADBEEF in hex (new setting) setRequest.appendUint32(3735928559); // 0xDEADBEEF in hex (new setting)
setRequest.appendUint16(16742); // faulty ID in this context setRequest.appendUint16(16742); // faulty ID in this context
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment