Blimp: remove ENABLED/DISABLED defines

these are unused
This commit is contained in:
Peter Barker 2024-08-03 10:45:24 +10:00 committed by Peter Barker
parent 9543eecf23
commit d3ab49205b
1 changed files with 0 additions and 8 deletions

View File

@ -2,14 +2,6 @@
#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
enum DevOptions {
DevOptionADSBMAVLink = 1,