aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-05-31 19:13:17 +0530
committerSudar <sudar@sudarmuthu.com>2013-05-31 19:13:17 +0530
commit05b15fe67ee0d687dd65216070f92c5752d1c7fc (patch)
treea268771b030c37847a4c39fb19658bde82d6ec89 /HISTORY.md
parent3bce1d88d7ae530fccdfb3d3a82ddcc2d1d82435 (diff)
parent79243b8397d18310348669b0d6967a54b73e10b7 (diff)
Added ifndef ARDUINO_VAR_PATH for compiling for the attiny
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 976fbec..fa6a08b 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,7 @@ The following is the rough list of changes that went into different versions. I
### 0.10.5 (in development)
- Add USB_VID and USB_PID to CPPFLAGS only if the board is Leonardo.
- Allow adding extra common dependencies (COMMON_DEPS) (https://github.com/gaftech)
+- Added ifndef ARDUINO_VAR_PATH for compiling for the attiny (https://github.com/danielesteban)
### 0.10.4 (2013-05-31) @matthijskooijman
- Improved BAUD_RATE detection logic