5
0
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:
Tim Tuxworth 2024-03-19 11:44:35 -06:00 committed by Andrew Tridgell
parent f4d19275fc
commit 1941313201

View File

@ -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