Skip to content

Commit 1c6fedf

Browse files
committed
fix(example): Fix typo catched by precommit
1 parent 29ee869 commit 1c6fedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Zigbee/examples/Zigbee_Range_Extender/Zigbee_Range_Extender.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ uint8_t button = BOOT_PIN;
3939

4040
ZigbeeRangeExtender zbExtender = ZigbeeRangeExtender(ZIGBEE_EXTENDER_ENDPOINT);
4141

42-
/************************* Indentify ******************************/
42+
/************************** Identify ******************************/
4343
// Create a task on identify call to handle the identify function
4444
void identify(uint16_t time) {
4545
static uint8_t blink = 1;

0 commit comments

Comments
 (0)