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 Peter Barker
parent 5178aa82a0
commit 8b21da0c02
1 changed files with 1 additions and 1 deletions

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