mirror of https://github.com/ArduPilot/ardupilot
AP_Networking: update comment
This commit is contained in:
parent
bcf19b6d0d
commit
96cf157df9
|
@ -2,7 +2,7 @@
|
||||||
#include <AP_SerialManager/AP_SerialManager_config.h>
|
#include <AP_SerialManager/AP_SerialManager_config.h>
|
||||||
|
|
||||||
#if defined(AP_NETWORKING_BACKEND_PPP) && !defined(AP_NETWORKING_ENABLED)
|
#if defined(AP_NETWORKING_BACKEND_PPP) && !defined(AP_NETWORKING_ENABLED)
|
||||||
// allow --enable-ppp to enable networking
|
// allow --enable-PPP to enable networking
|
||||||
#define AP_NETWORKING_ENABLED AP_NETWORKING_BACKEND_PPP
|
#define AP_NETWORKING_ENABLED AP_NETWORKING_BACKEND_PPP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue