mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 06:58:27 -04:00
17 lines
266 B
Plaintext
17 lines
266 B
Plaintext
|
# short comment about a
|
||
|
int32 a #a
|
||
|
# short comment about log
|
||
|
Log log #log
|
||
|
#
|
||
|
# short comment about s
|
||
|
string s #s
|
||
|
# short comment about time
|
||
|
Clock time #time
|
||
|
# short comment about b
|
||
|
int32 b #b
|
||
|
# short comment about d
|
||
|
duration d #d
|
||
|
# short comment about t
|
||
|
time t # t
|
||
|
|