mirror of https://github.com/ArduPilot/ardupilot
AP_Networking: change NET_ENABLED to NET_ENABLE
This commit is contained in:
parent
5178aa82a0
commit
8b21da0c02
|
@ -38,7 +38,7 @@ const AP_Param::GroupInfo AP_Networking::var_info[] = {
|
|||
// @Values: 0:Disable,1:Enable
|
||||
// @RebootRequired: True
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO_FLAGS("ENABLED", 1, AP_Networking, param.enabled, 0, AP_PARAM_FLAG_ENABLE),
|
||||
AP_GROUPINFO_FLAGS("ENABLE", 1, AP_Networking, param.enabled, 0, AP_PARAM_FLAG_ENABLE),
|
||||
|
||||
#if AP_NETWORKING_CONTROLS_HOST_IP_SETTINGS_ENABLED
|
||||
// @Group: IPADDR
|
||||
|
|
Loading…
Reference in New Issue