mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_Networking: don't enable PPP by default
This commit is contained in:
parent
ec5ff94f3e
commit
985816ebc2
@ -33,7 +33,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef AP_NETWORKING_BACKEND_PPP
|
#ifndef AP_NETWORKING_BACKEND_PPP
|
||||||
#define AP_NETWORKING_BACKEND_PPP (AP_NETWORKING_BACKEND_DEFAULT_ENABLED)
|
#define AP_NETWORKING_BACKEND_PPP 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef AP_NETWORKING_BACKEND_SITL
|
#ifndef AP_NETWORKING_BACKEND_SITL
|
||||||
|
Loading…
Reference in New Issue
Block a user