From 8af02794a243d97917d598fdfabd587b55441e6d Mon Sep 17 00:00:00 2001 From: Ronan Barzic Date: Tue, 10 Jun 2014 10:27:54 +0200 Subject: [PATCH] Fix typo Automake.mk -> Arduino.mk --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 9c96e95..59ad7c1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -12,7 +12,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Add: List board name as well as tag in `make show_boards`. (Issue #204) (https://github.com/sej7278) - Fix: Add missing newlines at end of some echo's (Issue #207) (https://github.com/sej7278) - Fix: Add missing/reorder/reword targets in `make help` (https://github.com/sej7278) -- New: Automake.mk is now compatible with Flymake mode +- New: Arduino.mk is now compatible with Flymake mode ### 1.3.3 (2014-04-12) - Fix: Make a new manpage for ard-reset-arduino. Fixes issue #188 (https://github.com/sej7278)