Remove unused constant
This commit is contained in:
parent
dd9bceecbf
commit
2167a03924
1 changed files with 0 additions and 3 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue