From 3f4b1c7284304d8c4ae2e4dd17359a2b4c1c573c Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 18 May 2022 11:18:04 +0200 Subject: [WIP] serial communication (broken w/ segfault) --- robot/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/makefile') diff --git a/robot/makefile b/robot/makefile index ce57090..53010dd 100644 --- a/robot/makefile +++ b/robot/makefile @@ -14,7 +14,7 @@ SOURCES := $(filter-out sim.c, $(wildcard *.c)) HEADERS := $(filter-out sim.h, $(wildcard *.h)) # simulation -# SIM = true +SIM = true CFLAGS += $(if $(SIM), -DW2_SIM, -mcall-prologues -mmcu=$(MCU)) LDFLAGS += $(if $(SIM), , -lpololu_$(DEVICE)) PREFIX := $(if $(SIM), , avr-) -- cgit v1.2.3