mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: add and use AP_GPS_ENABLED
This commit is contained in:
parent
61affcf4e4
commit
6f292c02da
|
@ -2,8 +2,12 @@
|
|||
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
#ifndef AP_GPS_ENABLED
|
||||
#define AP_GPS_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifndef AP_GPS_BACKEND_DEFAULT_ENABLED
|
||||
#define AP_GPS_BACKEND_DEFAULT_ENABLED 1
|
||||
#define AP_GPS_BACKEND_DEFAULT_ENABLED AP_GPS_ENABLED
|
||||
#endif
|
||||
|
||||
#ifndef AP_GPS_ERB_ENABLED
|
||||
|
|
Loading…
Reference in New Issue