Skip to content

Commit cb86b46

Browse files
a-w50corneliusclaussen
authored andcommitted
SLAC: Switch to matched state immediately after MATCH.CNF
Signed-off-by: aw <aw@pionix.de>
1 parent 2f0a102 commit cb86b46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/EvseSlac/main/slacImpl.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ void slacImpl::run() {
136136
// FIMXE (aw): this needs to be implemented in a higher level ->
137137
// stipulate link establishment if appropriate
138138
fsm_ctrl.submit_event(EventLinkDetected());
139+
// FIXME (aw): this control-flow is not that straight forward
140+
continue;
139141
break;
140142
default:
141143
break;

0 commit comments

Comments
 (0)