mirror of https://github.com/ArduPilot/ardupilot
parent
9543eecf23
commit
d3ab49205b
|
@ -2,14 +2,6 @@
|
||||||
|
|
||||||
#include <AP_HAL/AP_HAL_Boards.h>
|
#include <AP_HAL/AP_HAL_Boards.h>
|
||||||
|
|
||||||
// Just so that it's completely clear...
|
|
||||||
#define ENABLED 1
|
|
||||||
#define DISABLED 0
|
|
||||||
|
|
||||||
// this avoids a very common config error
|
|
||||||
#define ENABLE ENABLED
|
|
||||||
#define DISABLE DISABLED
|
|
||||||
|
|
||||||
// bit options for DEV_OPTIONS parameter
|
// bit options for DEV_OPTIONS parameter
|
||||||
enum DevOptions {
|
enum DevOptions {
|
||||||
DevOptionADSBMAVLink = 1,
|
DevOptionADSBMAVLink = 1,
|
||||||
|
|
Loading…
Reference in New Issue