forked from Archive/PX4-Autopilot
Initialize MAVLink system to sane defaults
This commit is contained in:
parent
bf0ea86bd9
commit
2a963dc3b7
|
@ -47,8 +47,8 @@
|
|||
#include <systemlib/param/param.h>
|
||||
|
||||
mavlink_system_t mavlink_system = {
|
||||
100,
|
||||
50
|
||||
1,
|
||||
1
|
||||
}; // System ID, 1-255, Component/Subsystem ID, 1-255
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue