Skip to content

Commit cba5155

Browse files
committed
added missing quote in RAEDME.md and fix-note in HISTORY.md
1 parent ba24a6f commit cba5155

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
2020
- Fix: Make sure TARGET is set correctly when CURDIR contains spaces (https://github.com/svendahlstrand)
2121
- Fix: Ensure AVRDUDE_CONF is set when AVR_TOOLS_DIR is, not just on Windows (Issue #381) (https://github.com/sej7278)
2222
- Fix: Rename VENDOR to ARDMK_VENDOR to workaround tcsh issue (Issue #386) (https://github.com/sej7278)
23+
- Fix: Document OSX 1.0/1.6 ARDUINO_DIR differences (https://github.com/thomaskilian)
2324

2425
### 1.5 (2015-04-07)
2526
- New: Add support for new 1.5.x library layout (Issue #275) (https://github.com/lukasz-e)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ On the Mac with IDE 1.0 you might want to set:
146146

147147
On the Mac with IDE 1.5+ it's like above but with
148148

149+
```
149150
ARDUINO_DIR = /Applications/Arduino.app/Contents/Java
150151
```
151152

0 commit comments

Comments
 (0)