From 304f3399d628182e9070368481b75a0019d5b7b2 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 21 Nov 2021 15:12:09 +0100 Subject: [PATCH] add comment for corresponding if --- tasmota/xdrv_55_touch.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_55_touch.ino b/tasmota/xdrv_55_touch.ino index 5453176bc..269f775af 100644 --- a/tasmota/xdrv_55_touch.ino +++ b/tasmota/xdrv_55_touch.ino @@ -322,4 +322,4 @@ bool Xdrv55(uint8_t function) { uint32_t Touch_Status(uint32_t sel) { return 0; } -#endif // USE_TOUCH +#endif // #if defined(USE_FT5206) || defined(USE_XPT2046) || defined(USE_LILYGO47) || defined(USE_TOUCH_BUTTONS)