Skip to content

Commit

Permalink
Set debug to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam0Cow committed Sep 22, 2023
1 parent 33a627a commit fde2376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TEST_LEADER = none
TEST_MOTOR = none
TEST_CAR = none

DEBUG = 1
DEBUG = 0
export DEBUG

LEADER = controls-leader
Expand Down Expand Up @@ -71,4 +71,4 @@ help:

clean:
rm -fR Objects
rm -f *.out
rm -f *.out

0 comments on commit fde2376

Please sign in to comment.