We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 313f408 + 5c118f7 commit a8901ceCopy full SHA for a8901ce
src/manager.cc
@@ -208,7 +208,7 @@ bool fastcat::Manager::ConfigFromYaml(YAML::Node node)
208
bool fastcat::Manager::Process()
209
{
210
for (auto it = jsd_map_.begin(); it != jsd_map_.end(); ++it) {
211
- jsd_read(it->second, 1e9 / target_loop_rate_hz_);
+ jsd_read(it->second, 1e6 / target_loop_rate_hz_);
212
}
213
214
// Pass the PDO read time for consistent timestamping before the device Read()
0 commit comments