From bf2982854bc1e243debdc7933b8597603048b12a Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 29 May 2023 14:21:33 +0200 Subject: [PATCH] Fix #18737 --- tasmota/tasmota_xx2c_global/xsns_interface.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_xx2c_global/xsns_interface.ino b/tasmota/tasmota_xx2c_global/xsns_interface.ino index acff24be0..f78d5e9e2 100644 --- a/tasmota/tasmota_xx2c_global/xsns_interface.ino +++ b/tasmota/tasmota_xx2c_global/xsns_interface.ino @@ -456,7 +456,7 @@ bool (* const xsns_func_ptr[])(uint32_t) = { // Sensor Function Pointers for si #endif #ifdef XSNS_109 - &Xsns109 + &Xsns109, #endif #ifdef XSNS_110