diff --git a/lib/obus_module.cpp b/lib/obus_module.cpp index d6bfe78..a57b41e 100644 --- a/lib/obus_module.cpp +++ b/lib/obus_module.cpp @@ -9,9 +9,6 @@ #define MAX_TIME_BETWEEN_CALLS 100 -// Not used normally -#define MCP_INT 2 - #define COLOR_OFF ((struct color) {false, false}) #define COLOR_RED ((struct color) {true, false}) #define COLOR_GREEN ((struct color) {false, true})