From 75e940c3969b9a8762b7daa324feca608b453998 Mon Sep 17 00:00:00 2001 From: Victor Miranda <36968883+VictorMirandaEE@users.noreply.github.com> Date: Thu, 27 May 2021 11:51:46 -0300 Subject: [PATCH] Guard debug mode definition Guard DEBUG_MODE to allow control from the main program. --- mcp_can_dfs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcp_can_dfs.h b/mcp_can_dfs.h index da18982..edf9856 100644 --- a/mcp_can_dfs.h +++ b/mcp_can_dfs.h @@ -37,7 +37,9 @@ #endif // if print debug information +#ifndef DEBUG_MODE #define DEBUG_MODE 1 +#endif /* * Begin mt