aboutsummaryrefslogtreecommitdiff
path: root/robot
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-26 22:17:19 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-26 22:17:19 +0200
commitb6460d729aa683643e7ad83a9921f335f0fdba93 (patch)
tree915fd7284f27032964a5a8603a4915096b9be6c7 /robot
parent3fd5d966f3b0cabd9f6931bc1ca416408f9e101c (diff)
disable sim on master branch
Diffstat (limited to 'robot')
-rw-r--r--robot/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/makefile b/robot/makefile
index a913bd7..f65552a 100644
--- a/robot/makefile
+++ b/robot/makefile
@@ -6,7 +6,7 @@ MCU ?= atmega168
AVRDUDE_DEVICE ?= m168
PORT ?= /dev/ttyACM0
-SIM = true
+# SIM = true
CFLAGS=-g -Wall $(DEVICE_SPECIFIC_CFLAGS) -Os
LDFLAGS=-Wl,-gc-sections -Wl,-relax