Skip to content

Commit

Permalink
Add state machine in SmTest.fpp
Browse files Browse the repository at this point in the history
  • Loading branch information
watney committed May 29, 2024
1 parent d1e5c99 commit 13511d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion FppTest/state_machine/SmTest.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ module FppTest {
@ A schedIn port to run the data product generation
async input port schedIn: Svc.Sched

include "state-machine.fppi"
state machine DeviceSm

state machine instance device1: DeviceSm
state machine instance device2: DeviceSm


}
Expand Down

0 comments on commit 13511d1

Please sign in to comment.