We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412d189 commit cfbd470Copy full SHA for cfbd470
hal/src/main/native/systemcore/SmartIo.cpp
@@ -32,7 +32,8 @@ int32_t SmartIo::InitializeMode(SmartIoMode mode) {
32
auto channelString = std::to_string(channel);
33
auto subTableString = "/io/" + channelString + "/";
34
35
- modePublisher = inst.GetIntegerTopic(subTableString + "type").Publish();
+ modePublisher =
36
+ inst.GetIntegerTopic(subTableString + "type").Publish(options);
37
getSubscriber =
38
inst.GetIntegerTopic(subTableString + "valget").Subscribe(0, options);
39
periodGetSubscriber =
0 commit comments