Skip to content

Commit 3ef9fe9

Browse files
authoredFeb 12, 2025
Fix typo (arendst#22991)
1 parent 1910aba commit 3ef9fe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎lib/libesp32/berry_tasmota/src/be_zigbee.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ module zigbee (scope: global, strings: weak) {
148148
}
149149
@const_object_info_end */
150150

151-
#endif // USE_LIGHT
151+
#endif // USE_ZIGBEE

‎lib/libesp32/berry_tasmota/src/be_zigbee_zcl_attribute_list_ntv.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ class be_class_zcl_attribute_list_ntv (scope: global, name: zcl_attribute_list_n
3535
}
3636
@const_object_info_end */
3737

38-
#endif // USE_LIGHT
38+
#endif // USE_ZIGBEE

0 commit comments

Comments
 (0)