From 3ef9fe9f6e6cfd54c55a30bd41c7b66709576efa Mon Sep 17 00:00:00 2001 From: Giuliano Zaro <3684609+GMagician@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:04:46 +0100 Subject: [PATCH] Fix typo (#22991) --- lib/libesp32/berry_tasmota/src/be_zigbee.c | 2 +- .../berry_tasmota/src/be_zigbee_zcl_attribute_list_ntv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libesp32/berry_tasmota/src/be_zigbee.c b/lib/libesp32/berry_tasmota/src/be_zigbee.c index 8c5956796..09433c2fb 100644 --- a/lib/libesp32/berry_tasmota/src/be_zigbee.c +++ b/lib/libesp32/berry_tasmota/src/be_zigbee.c @@ -148,4 +148,4 @@ module zigbee (scope: global, strings: weak) { } @const_object_info_end */ -#endif // USE_LIGHT +#endif // USE_ZIGBEE diff --git a/lib/libesp32/berry_tasmota/src/be_zigbee_zcl_attribute_list_ntv.c b/lib/libesp32/berry_tasmota/src/be_zigbee_zcl_attribute_list_ntv.c index d2e42f590..d4d86c111 100644 --- a/lib/libesp32/berry_tasmota/src/be_zigbee_zcl_attribute_list_ntv.c +++ b/lib/libesp32/berry_tasmota/src/be_zigbee_zcl_attribute_list_ntv.c @@ -35,4 +35,4 @@ class be_class_zcl_attribute_list_ntv (scope: global, name: zcl_attribute_list_n } @const_object_info_end */ -#endif // USE_LIGHT +#endif // USE_ZIGBEE