From dc5d5476c7d8e772f0934a2451a7910e4496b656 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Fri, 30 Aug 2019 22:33:21 +0200 Subject: [PATCH] Fix Travis build, case type in #include --- sonoff/xdrv_05_irremote_full.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/xdrv_05_irremote_full.ino b/sonoff/xdrv_05_irremote_full.ino index 48dfa1498..4d64e31e4 100644 --- a/sonoff/xdrv_05_irremote_full.ino +++ b/sonoff/xdrv_05_irremote_full.ino @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include enum IrErrors { IE_RESPONSE_PROVIDED, IE_NO_ERROR, IE_INVALID_RAWDATA, IE_INVALID_JSON, IE_SYNTAX_IRSEND, IE_SYNTAX_IRHVAC,