fpp/compiler/tools/fpp-depend/test/spec_tlm_packet.fpp
Rob Bocchino eb6f3a6b2a Revise tlm packets
Rename level to group
2025-02-12 10:16:55 -08:00

18 lines
194 B
Fortran

locate constant a at "a.fpp"
locate constant b at "b.fpp"
locate instance i at "i.fpp"
topology T {
instance i
telemetry packets P {
packet P1 id a group b {
i.c
}
}
}