Andrei Tumbar 5723115f5e
Add FPP Interfaces (#3709)
* Interfaces

* Point to new fpp alpha release

* Fix the fprime-gds version

* Update for framer/deframer work

* Fix cmake tests

* Clean up annotations

* Clean up final fpp
2025-06-24 09:08:44 -07:00

15 lines
335 B
Fortran

@ A passive component
passive component PassiveTest {
import FppTest.SerialPorts
import FppTest.SpecialPorts
import FppTest.TypedPorts
include "../include/commands.fppi"
include "../include/events.fppi"
include "../include/telemetry.fppi"
include "../include/params.fppi"
include "../include/external_params.fppi"
}