From 0096727887b1a953e90c95d2e750e4279e4467ef Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Mon, 9 Mar 2015 15:47:31 -0600 Subject: [PATCH] Fixed some syntax errors mentioned by @crash7 and also added Aiwa decoding to the changelog --- IRremote.cpp | 1 - IRremote.h | 1 - changelog.md | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/IRremote.cpp b/IRremote.cpp index f4c6be6..0d2ac11 100644 --- a/IRremote.cpp +++ b/IRremote.cpp @@ -631,7 +631,6 @@ long IRrecv::decodeSony(decode_results *results) { return DECODED; } -<<<<<<< HEAD long IRrecv::decodeWhynter(decode_results *results) { long data = 0; diff --git a/IRremote.h b/IRremote.h index a149bdd..f4c0bd6 100644 --- a/IRremote.h +++ b/IRremote.h @@ -55,7 +55,6 @@ public: #define WHYNTER 13 #define Sharp 14 #define AIWA_RC_T501 15 ->>>>>>> crash7-master #define UNKNOWN -1 // Decoded value for NEC when a repeat code is received diff --git a/changelog.md b/changelog.md index 226acc2..c95806f 100644 --- a/changelog.md +++ b/changelog.md @@ -5,3 +5,4 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.1] - 2015-03-08 ### Added - Support for Sharp Decoding +- Support for Aiwa Decoding