Skip to content
Snippets Groups Projects
Commit 2018b8ba authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fix comment

parent a6997278
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ BOOST_AUTO_TEST_CASE(testConnectTo) {
ctk::TestFacility test;
auto devActuator = dev.getScalarRegisterAccessor<int32_t>("/MyModule/actuator");
// The direction of 'readback' is "device to application". For this to work it hat to be read only.
// The direction of 'readback' is "device to application". For this to work it had to be read only.
// In order to write to it in the test, we use the "DUMMY_WRITEABLE" variable.
auto devReadback = dev.getScalarRegisterAccessor<int32_t>("/MyModule/readBack.DUMMY_WRITEABLE");
auto devint32 = dev.getScalarRegisterAccessor<int32_t>("/Integers/signed32");
......
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