From 1f5b22ebcff7d4605e5fed9d5d34b89c478afa3e Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Fri, 13 Mar 2020 08:27:50 +0300 Subject: [PATCH] ir: fix syntax issue --- code/espurna/ir.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/espurna/ir.ino b/code/espurna/ir.ino index 0ff5d9dd..45afc43d 100644 --- a/code/espurna/ir.ino +++ b/code/espurna/ir.ino @@ -317,9 +317,10 @@ void _irProcess(unsigned char type, unsigned long code) { case IR_BUTTON_ACTION_HSV: lightColor(button_value); break; - } */ + } + #endif // LIGHT_PROVIDER != LIGHT_PROVIDER_NONE found = true;