Skip to content

Commit d163478

Browse files
fix(zigbee): Fix typo in the comment
Co-authored-by: Lucas Saavedra Vaz <[email protected]>
1 parent 1277de9 commit d163478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Zigbee/src/ZigbeeCore.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ void esp_zb_app_signal_handler(esp_zb_app_signal_t *signal_struct) {
316316
if (!(*it)->bound() || (*it)->epAllowMultipleBinding()) {
317317
// Check if the device is already bound
318318
bool found = false;
319-
// Gte the list of devices bound to the EP
319+
// Get the list of devices bound to the EP
320320
std::list<zb_device_params_t *> bound_devices = (*it)->getBoundDevices();
321321
for (std::list<zb_device_params_t *>::iterator device = bound_devices.begin(); device != bound_devices.end(); ++device) {
322322
if (((*device)->short_addr == dev_annce_params->device_short_addr) || (memcmp((*device)->ieee_addr, dev_annce_params->ieee_addr, 8) == 0)) {

0 commit comments

Comments
 (0)