From b0ad50476188f1b1793f6b10fb2e7408dc0fdc05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20St=C3=A4ck?= Date: Mon, 24 Jun 2019 15:39:36 +0200 Subject: [PATCH] Fake some useful compiler flags --- simulation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation/Makefile b/simulation/Makefile index d960a6c..88eae87 100644 --- a/simulation/Makefile +++ b/simulation/Makefile @@ -2,7 +2,7 @@ CC=clang CXX=clang++ CFLAGS=-Wall -Wextra -Wpedantic -Wno-gnu -mmacosx-version-min=10.9 -F/Library/Frameworks -CFLAGS += -DARDUINO=10808 -D__MK20DX256__ +CFLAGS += -DARDUINO=10808 -DTEENSYDUINO=146 -D__MK20DX256__ -DUSB_MIDI RELEASE ?= 0 ifeq ($(RELEASE), 1)