Skip to content

Commit

Permalink
Merge remote-tracking branch 'fpp/feature/state-machine-phase-1' into…
Browse files Browse the repository at this point in the history
… feature/state-machine-phase-1
  • Loading branch information
watney committed Sep 3, 2024
2 parents fbfcd31 + c4d794a commit 3f8ce5d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,8 @@ case class ComponentCppWriter (
Some("\"\"")
)
),
s"Fw::${kindStr}ComponentBase(compName)" :: smInstancesByName.map((name, _) => s"m_stateMachine_$name(this)"),
s"Fw::${kindStr}ComponentBase(compName)" ::
smInstancesByName.map((name, _) => s"m_stateMachine_$name(this)"),
intersperseBlankLines(
List(
intersperseBlankLines(
Expand Down

0 comments on commit 3f8ce5d

Please sign in to comment.