AP_Networking: don't enable PPP by default

This commit is contained in:
Andrew Tridgell 2023-12-26 08:19:28 +11:00
parent ec5ff94f3e
commit 985816ebc2

View File

@ -33,7 +33,7 @@
#endif
#ifndef AP_NETWORKING_BACKEND_PPP
#define AP_NETWORKING_BACKEND_PPP (AP_NETWORKING_BACKEND_DEFAULT_ENABLED)
#define AP_NETWORKING_BACKEND_PPP 0
#endif
#ifndef AP_NETWORKING_BACKEND_SITL