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
magicrub authored and tridge committed Mar 20, 2024
1 parent 1941313 commit d3125fe
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 @@ -32,7 +32,7 @@ extern const AP_HAL::HAL& hal;
#endif

const AP_Param::GroupInfo AP_Networking::var_info[] = {
// @Param: ENABLED
// @Param: ENABLE
// @DisplayName: Networking Enable
// @Description: Networking Enable
// @Values: 0:Disable,1:Enable
Expand Down

0 comments on commit d3125fe

Please sign in to comment.