Skip to content

Commit

Permalink
AP_Networking: change NET_ENABLED to NET_ENABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
timtuxworth committed Mar 19, 2024
1 parent 6c7b083 commit c04d4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Networking/AP_Networking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c04d4cb

Please sign in to comment.