mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Tracker: remove ENABLED/DISABLED defines
This commit is contained in:
parent
8fd99468fd
commit
6fd1f3881d
@ -3,14 +3,6 @@
|
||||
|
||||
#include "defines.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
|
||||
|
||||
#ifndef MAV_SYSTEM_ID
|
||||
// use 2 for antenna tracker by default
|
||||
# define MAV_SYSTEM_ID 2
|
||||
|
Loading…
Reference in New Issue
Block a user