Typo into def flag

Removed the char 'a' in: "#define MitsubishiSEZKDXXaHeatpumpIR_h"
to:  "#define MitsubishiSEZKDXXHeatpumpIR_h" 
Causing duplicate declaration in IDE different from the arduino.
This commit is contained in:
Alveoten 2018-07-10 13:56:27 +02:00 committed by GitHub
parent b188325ffc
commit 7d22d97df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
*/
#ifndef MitsubishiSEZKDXXHeatpumpIR_h
#define MitsubishiSEZKDXXaHeatpumpIR_h
#define MitsubishiSEZKDXXHeatpumpIR_h
#include <HeatpumpIR.h>