From b05b914f30bed3cbbed8c2a61254081f0fc09140 Mon Sep 17 00:00:00 2001 From: Alexey Ignatenko Date: Wed, 10 Nov 2021 22:34:04 +0300 Subject: [PATCH] Set DEBUG_MODE to 0 by default --- mcp_can_dfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_can_dfs.h b/mcp_can_dfs.h index da18982..6bcb441 100644 --- a/mcp_can_dfs.h +++ b/mcp_can_dfs.h @@ -37,7 +37,7 @@ #endif // if print debug information -#define DEBUG_MODE 1 +#define DEBUG_MODE 0 /* * Begin mt