fix(example): Fix typo catched by precommit · espressif/arduino-esp32@1c6fedf (original) (raw)

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ uint8_t button = BOOT_PIN;
39 39
40 40 ZigbeeRangeExtender zbExtender = ZigbeeRangeExtender(ZIGBEE_EXTENDER_ENDPOINT);
41 41
42 -/************************* Indentify ******************************/
42 +/************************** Identify ******************************/
43 43 // Create a task on identify call to handle the identify function
44 44 void identify(uint16_t time) {
45 45 static uint8_t blink = 1;