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