mirror of
https://github.com/nasa/fpp.git
synced 2025-12-17 17:34:46 -06:00
6 lines
127 B
Fortran
6 lines
127 B
Fortran
array $array = [3] U32
|
|
enum $enum { $command, $event, $telemetry }
|
|
port $port($time: U32)
|
|
struct $struct { x: U32 }
|
|
type $type
|