From 7d22d97df03fee6bb81ea38c01b6680d8aecfcb4 Mon Sep 17 00:00:00 2001 From: Alveoten <31958626+alveoten@users.noreply.github.com> Date: Tue, 10 Jul 2018 13:56:27 +0200 Subject: [PATCH] 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. --- MitsubishiSEZKDXXHeatpumpIR.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MitsubishiSEZKDXXHeatpumpIR.h b/MitsubishiSEZKDXXHeatpumpIR.h index e91c15d..5faa52a 100644 --- a/MitsubishiSEZKDXXHeatpumpIR.h +++ b/MitsubishiSEZKDXXHeatpumpIR.h @@ -3,7 +3,7 @@ */ #ifndef MitsubishiSEZKDXXHeatpumpIR_h -#define MitsubishiSEZKDXXaHeatpumpIR_h +#define MitsubishiSEZKDXXHeatpumpIR_h #include