From 5a715f9aa7f2fe0e50b3bba475d730b49f763f18 Mon Sep 17 00:00:00 2001 From: Marc Scattolin Date: Thu, 25 May 2023 21:57:08 -0400 Subject: [PATCH] make not debug mode for teensy --- robot/rover/internal_comms/include/CommandCenter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot/rover/internal_comms/include/CommandCenter.h b/robot/rover/internal_comms/include/CommandCenter.h index 1e2fc8310..3a0e25719 100644 --- a/robot/rover/internal_comms/include/CommandCenter.h +++ b/robot/rover/internal_comms/include/CommandCenter.h @@ -9,7 +9,7 @@ #include // USB debug flag - #define DEBUG +// #define DEBUG #ifndef DEBUG #define Serial Serial1