mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 10:03:51 +08:00
Minrt changes.
This commit is contained in:
@@ -159,18 +159,18 @@ void CommandConfig::showDetailedConfigs(
|
||||
cout << "none" << endl;
|
||||
}
|
||||
|
||||
cout << "Watchdog Divider: ";
|
||||
cout << "Watchdog divider: ";
|
||||
if (configIter->watchdog_divider) {
|
||||
cout << dec << configIter->watchdog_divider;
|
||||
} else {
|
||||
cout << "default";
|
||||
cout << "(Default)";
|
||||
}
|
||||
cout << endl
|
||||
<< "Watchdog Intervals: ";
|
||||
<< "Watchdog intervals: ";
|
||||
if (configIter->watchdog_intervals) {
|
||||
cout << dec << configIter->watchdog_intervals;
|
||||
} else {
|
||||
cout << "default";
|
||||
cout << "(Default)";
|
||||
}
|
||||
cout << endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user