From 697c95e26fb23891dd43fc6c2b929363f6fb4590 Mon Sep 17 00:00:00 2001 From: batchy Date: Sat, 21 Jan 2017 12:22:45 +0100 Subject: Arduino.mk: Fix generating assembly for cpp files. Do not include the Arduino header when generating assembly for .cpp files with generate_assembly. This was likely a copy-paste error. --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index e367b3d..342885a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,6 +5,7 @@ The following is the rough list of changes that went into different versions. I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list. ### In Development +- Fix: Do not include the Arduino header when calling generate_assembly on .cpp files. (https://github.com/Batchyx) ### 1.5.2 (2017-01-11) -- cgit v1.2.3