mirror of https://github.com/ArduPilot/ardupilot
Plane: remove ENABLED/ENABLE defines
This commit is contained in:
parent
c2f5c48fe5
commit
b1659649ed
|
@ -2,14 +2,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
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// HARDWARE CONFIGURATION AND CONNECTIONS
|
||||
|
|
Loading…
Reference in New Issue