mirror of
https://github.com/nasa/fpp.git
synced 2025-12-14 10:38:08 -06:00
18 lines
224 B
Fortran
18 lines
224 B
Fortran
module FppTest {
|
|
|
|
active component SmInitialActive {
|
|
|
|
include "include/sm_initial.fppi"
|
|
|
|
}
|
|
|
|
queued component SmInitialQueued {
|
|
|
|
sync input port schedIn: Svc.Sched
|
|
|
|
include "include/sm_initial.fppi"
|
|
|
|
}
|
|
|
|
}
|