mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 19:23:13 -06:00
18 lines
216 B
Fortran
18 lines
216 B
Fortran
module FppTest {
|
|
|
|
active component SmStateActive {
|
|
|
|
include "include/sm_state.fppi"
|
|
|
|
}
|
|
|
|
queued component SmStateQueued {
|
|
|
|
sync input port schedIn: Svc.Sched
|
|
|
|
include "include/sm_state.fppi"
|
|
|
|
}
|
|
|
|
}
|