Plane: remove ENABLED/ENABLE defines

This commit is contained in:
Peter Barker 2024-08-01 13:07:55 +10:00 committed by Peter Barker
parent c2f5c48fe5
commit b1659649ed
1 changed files with 0 additions and 8 deletions

View File

@ -2,14 +2,6 @@
#include "defines.h" #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 // HARDWARE CONFIGURATION AND CONNECTIONS