mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_Networking: change NET_ENABLED to NET_ENABLE
This commit is contained in:
parent
dac9cd7d1d
commit
67ba6054a0
@ -32,7 +32,7 @@ extern const AP_HAL::HAL& hal;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
const AP_Param::GroupInfo AP_Networking::var_info[] = {
|
const AP_Param::GroupInfo AP_Networking::var_info[] = {
|
||||||
// @Param: ENABLED
|
// @Param: ENABLE
|
||||||
// @DisplayName: Networking Enable
|
// @DisplayName: Networking Enable
|
||||||
// @Description: Networking Enable
|
// @Description: Networking Enable
|
||||||
// @Values: 0:Disable,1:Enable
|
// @Values: 0:Disable,1:Enable
|
||||||
|
Loading…
Reference in New Issue
Block a user