mirror of https://github.com/ArduPilot/ardupilot
APM_OBC: updates for new AP_Param API
This commit is contained in:
parent
9349259487
commit
e45f32a4b6
|
@ -35,6 +35,8 @@ public:
|
|||
// Constructor
|
||||
APM_OBC(void)
|
||||
{
|
||||
AP_Param::setup_object_defaults(this, var_info);
|
||||
|
||||
_last_heartbeat_pin = -1;
|
||||
_last_manual_pin = -1;
|
||||
_state = STATE_PREFLIGHT;
|
||||
|
|
Loading…
Reference in New Issue