From b6460d729aa683643e7ad83a9921f335f0fdba93 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 26 May 2022 22:17:19 +0200 Subject: disable sim on master branch --- robot/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3