Skip to content
Snippets Groups Projects
Commit 7adfd1f7 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #6883: Removed spurious "no action defined for event:RSP_SETSPLITTERACK"

parent bfdd7cbf
No related branches found
No related tags found
No related merge requests found
...@@ -960,8 +960,7 @@ GCFEvent::TResult ClockControl::setSplitters_state(GCFEvent& event, ...@@ -960,8 +960,7 @@ GCFEvent::TResult ClockControl::setSplitters_state(GCFEvent& event,
LOG_INFO_STR ("Received splitter update, going to operational state"); LOG_INFO_STR ("Received splitter update, going to operational state");
TRAN(ClockControl::active_state); // handle RSP_UPDSPLITTER in next state. TRAN(ClockControl::active_state);
return (GCFEvent::NEXT_STATE);
} }
case DP_CHANGED: case DP_CHANGED:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment