Commit 3c39371b authored by Robert Karlsson's avatar Robert Karlsson

Removed re-request for diagnostics

parent ae0646fa
...@@ -931,8 +931,8 @@ void *handle_events(void *ptr) { ...@@ -931,8 +931,8 @@ void *handle_events(void *ptr) {
op->Status = PB__NOTINIT; op->Status = PB__NOTINIT;
} else { } else {
if (local->slave_diag_requested) { if (local->slave_diag_requested) {
errh_Info( "Profibus - Diag re-request"); // errh_Info( "Profibus - Diag re-request");
dp_get_slave_diag(hDevice); // dp_get_slave_diag(hDevice);
} }
} }
pthread_mutex_unlock(&local->mutex); pthread_mutex_unlock(&local->mutex);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment