mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
fix(openthread): change include statement to updated upstream path
This commit is contained in:
Submodule components/openthread/openthread updated: 9398342b49...ff6a90f062
@@ -5,4 +5,4 @@ supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
|
|||||||
originator: 'Organization: Google LLC'
|
originator: 'Organization: Google LLC'
|
||||||
description: OpenThread released by Google is an open-source implementation of the Thread networking
|
description: OpenThread released by Google is an open-source implementation of the Thread networking
|
||||||
url: https://github.com/espressif/openthread
|
url: https://github.com/espressif/openthread
|
||||||
hash: 9398342b49a03cd140fae910b81cddf9084293a0
|
hash: ff6a90f062c9d7d9e4aadf855fad4be3e3ebb1fa
|
||||||
|
@@ -18,8 +18,8 @@
|
|||||||
#include "esp_openthread_types.h"
|
#include "esp_openthread_types.h"
|
||||||
#include "esp_openthread_uart.h"
|
#include "esp_openthread_uart.h"
|
||||||
#include "driver/uart_vfs.h"
|
#include "driver/uart_vfs.h"
|
||||||
#include "include/common/code_utils.hpp"
|
#include "common/code_utils.hpp"
|
||||||
#include "core/common/logging.hpp"
|
#include "common/logging.hpp"
|
||||||
#include "driver/uart.h"
|
#include "driver/uart.h"
|
||||||
#include "lib/platform/exit_code.h"
|
#include "lib/platform/exit_code.h"
|
||||||
#include "openthread/platform/time.h"
|
#include "openthread/platform/time.h"
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
#include "esp_openthread_common_macro.h"
|
#include "esp_openthread_common_macro.h"
|
||||||
#include "openthread/platform/time.h"
|
#include "openthread/platform/time.h"
|
||||||
#include "hdlc.hpp"
|
#include "hdlc.hpp"
|
||||||
#include "core/common/code_utils.hpp"
|
#include "common/code_utils.hpp"
|
||||||
|
|
||||||
namespace esp {
|
namespace esp {
|
||||||
namespace radio_spinel {
|
namespace radio_spinel {
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
.zigbee_dependencies: &zigbee_dependencies
|
.zigbee_dependencies: &zigbee_dependencies
|
||||||
depends_components:
|
depends_components:
|
||||||
- ieee802154
|
- ieee802154
|
||||||
|
- openthread
|
||||||
depends_filepatterns:
|
depends_filepatterns:
|
||||||
- examples/zigbee/light_sample/**/*
|
- examples/zigbee/light_sample/**/*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user