mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 03:05:32 -06:00
9 lines
129 B
Fortran
9 lines
129 B
Fortran
module Svc {
|
|
|
|
@ Scheduler Port with order argument
|
|
port Sched(
|
|
context: U32 @< The call order
|
|
)
|
|
|
|
}
|