AP_Networking: update comment

This commit is contained in:
Andrew Tridgell 2024-09-11 06:16:27 +10:00
parent bcf19b6d0d
commit 96cf157df9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include <AP_SerialManager/AP_SerialManager_config.h>
#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
#endif