mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-28 19:48:31 -04:00
Sub: Set frame type flag for AP_Param
This commit is contained in:
parent
279b11e392
commit
36096550b8
@ -958,6 +958,8 @@ void Sub::load_parameters(void)
|
||||
AP_Param::load_all();
|
||||
cliSerial->printf("load_all took %uus\n", (unsigned)(micros() - before));
|
||||
|
||||
AP_Param::set_frame_type_flags(AP_PARAM_FRAME_SUB);
|
||||
|
||||
convert_old_parameters();
|
||||
|
||||
AP_Param::set_default_by_name("BRD_SAFETYENABLE", 0);
|
||||
|
Loading…
Reference in New Issue
Block a user