mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Networking: change NET_ENABLED to NET_ENABLE
This commit is contained in:
parent
f4d19275fc
commit
1941313201
@ -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
Block a user