mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 06:07:35 +08:00
Fix missing newlines at the end of files
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ uint8 ARRAY_SIZE = 58
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
uint16 id # unique ID of debug array, used to discriminate between arrays
|
||||
char[10] name # name of the debug array (max. 10 characters)
|
||||
float32[58] data # data
|
||||
float32[58] data # data
|
||||
|
||||
Reference in New Issue
Block a user