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 Andrew Tridgell
parent dac9cd7d1d
commit 67ba6054a0

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