Skip to content

Commit c7dd76a

Browse files
committed
fix(zigbee): remove leftover code
1 parent 64e0fde commit c7dd76a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

libraries/Zigbee/src/ZigbeeEP.cpp

-12
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@
77
#include "esp_zigbee_cluster.h"
88
#include "zcl/esp_zigbee_zcl_power_config.h"
99

10-
#ifdef __cplusplus
11-
extern "C"
12-
{
13-
#endif
14-
15-
extern void zb_set_ed_node_descriptor(bool power_src, bool rx_on_when_idle, bool alloc_addr);
16-
17-
#ifdef __cplusplus
18-
}
19-
#endif
20-
21-
// uint8_t ZigbeeEP::_endpoint = 0;
2210
bool ZigbeeEP::_is_bound = false;
2311
bool ZigbeeEP::_allow_multiple_binding = false;
2412

0 commit comments

Comments
 (0)