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 92f2285 commit 174cca1Copy full SHA for 174cca1
src/ur/ur_driver.cpp
@@ -663,7 +663,11 @@ void UrDriver::setKeepaliveCount(const uint32_t count)
663
"set the "
664
"read timeout in the write commands directly. This keepalive count will overwrite the timeout passed "
665
"to the write functions.");
666
+// TODO: Remove 2027-05
667
+#pragma GCC diagnostic push
668
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
669
reverse_interface_->setKeepaliveCount(count);
670
+#pragma GCC diagnostic pop
671
}
672
673
void UrDriver::resetRTDEClient(const std::vector<std::string>& output_recipe,
0 commit comments