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