We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edf517 commit 1908c6eCopy full SHA for 1908c6e
libraries/Zigbee/src/ZigbeeCore.cpp
@@ -12,8 +12,8 @@
12
extern "C" {
13
#endif
14
#include "zboss_api.h"
15
-extern zb_ret_t zb_nvram_write_dataset(zb_nvram_dataset_types_t t); // rejoin scanning workaround
16
-extern void zb_set_ed_node_descriptor(bool power_src, bool rx_on_when_idle, bool alloc_addr); // sleepy device power mode workaround
+extern zb_ret_t zb_nvram_write_dataset(zb_nvram_dataset_types_t t); // rejoin scanning workaround
+extern void zb_set_ed_node_descriptor(bool power_src, bool rx_on_when_idle, bool alloc_addr); // sleepy device power mode workaround
17
#ifdef __cplusplus
18
}
19
0 commit comments