From 7af27ae4945554e2ed7d9ee1dc2889873104253b Mon Sep 17 00:00:00 2001 From: Sudar Date: Thu, 26 Dec 2013 16:00:08 +0530 Subject: Use `ARDUINO_HEADER` variable instead of hardcoded file names Fix #131 --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index d52d981..f075ede 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -18,7 +18,8 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Tweak: Don't append port details to avrdude for usbtiny. Fix #140 and #138 (https://github.com/PPvG) - Fix: Handle relative paths of bootloader file while burning bootloaders. Fix #126 and #142 (https://github.com/sej7278) - New: Add `CONTRIBUTING.md` explaining how to contribute to the project. -- Force -Os optimization for SoftwareSerial. Add `OPTIMIZATION_FLAGS` and `DEBUG_FLAGS`. +- New: Force -Os optimization for SoftwareSerial. Add `OPTIMIZATION_FLAGS` and `DEBUG_FLAGS`. (https://github.com/mahoy) +- Fix: Use `ARDUINO_HEADER` variable instead of hardcoded file names. Fix #131 ### 1.0.1 (2013-09-25) - Unconditionally add -D in avrdude options. See #114 -- cgit v1.2.3