aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2015-03-28 16:26:45 +0000
committerSimon John <git@the-jedi.co.uk>2015-03-28 16:26:45 +0000
commit47395782c39f6845736dcc78f2da8f1b902b75a7 (patch)
treeb54077a289f8c5db6955dfb9e9267702ac419455
parentf42a7e6508ffb1b5462847015be992a714533568 (diff)
Replaced UTF-8 copyright symbol causing sed errors on OSX
Fixes issue #335
-rw-r--r--HISTORY.md1
-rw-r--r--examples/BlinkInAVRC/blink.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index af7b479..2d20c2b 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -51,6 +51,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Fix: Added ARCHITECTURE to ALTERNATE_CORE_PATH to support 1.5+ cores like arduino-tiny (https://github.com/sej7278)
- Fix: Can now find IDE 1.5+ preferences.txt on Linux and Mac (https://github.com/sej7278)
- Fix: Added support for VARIANT being a submenu item in 1.6 cores like attiny (https://github.com/sej7278)
+- Fix: Replaced copyright symbol causing sed problems on OSX (Issue #335). (https://github.com/sej7278)
### 1.3.4 (2014-07-12)
- Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav)
diff --git a/examples/BlinkInAVRC/blink.c b/examples/BlinkInAVRC/blink.c
index d8b7c8f..472a09c 100644
--- a/examples/BlinkInAVRC/blink.c
+++ b/examples/BlinkInAVRC/blink.c
@@ -1,5 +1,5 @@
/*
- * © Anil Kumar Pugalia, 2010. Email: email@sarika-pugs.com
+ * (c) Anil Kumar Pugalia, 2010. Email: email@sarika-pugs.com
*
* ATmega48/88/168, ATmega16/32
*