From 2167a0392434bdf074198638c339b762dffa7564 Mon Sep 17 00:00:00 2001 From: Midgard Date: Mon, 1 Feb 2021 18:52:30 +0100 Subject: [PATCH] Remove unused constant --- lib/obus_module.cpp | 3 --- 1 file changed, 3 deletions(-) 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})