mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-30 13:56:36 +00:00
feat(zigbee): optimize Zigbee example implementation
This commit is contained in:
@@ -35,12 +35,12 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "esp_log.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/task.h"
|
||||
#include "esp_log.h"
|
||||
#include "nvs_flash.h"
|
||||
#include "zb_scheduler.h"
|
||||
#include "esp_zigbee_rcp.h"
|
||||
#include "nvs_flash.h"
|
||||
|
||||
#if (defined ZB_MACSPLIT_HOST && !defined ZB_MACSPLIT_DEVICE)
|
||||
#error Only Zigbee rcp device should be defined
|
||||
|
Reference in New Issue
Block a user