From fde23769c8facea5a9ed18424bd779b5b8a188d2 Mon Sep 17 00:00:00 2001 From: Cam0Cow Date: Fri, 22 Sep 2023 15:31:47 -0500 Subject: [PATCH] Set debug to false --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ef46f3a47..8b17b65ea 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ TEST_LEADER = none TEST_MOTOR = none TEST_CAR = none -DEBUG = 1 +DEBUG = 0 export DEBUG LEADER = controls-leader @@ -71,4 +71,4 @@ help: clean: rm -fR Objects - rm -f *.out \ No newline at end of file + rm -f *.out