AP_Networking: change NET_ENABLED to NET_ENABLE

This commit is contained in:
Tom Pittenger 2024-03-19 10:57:40 -07:00 committed by Peter Barker
parent 8b21da0c02
commit 8098f913e4

View File

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