forked from espressif/esp-idf
fix(openthread): change include statement to updated upstream path
This commit is contained in:
Submodule components/openthread/openthread updated: 9398342b49...ff6a90f062
@@ -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 "esp_vfs_dev.h"
|
#include "esp_vfs_dev.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"
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
#include "hdlc.hpp"
|
#include "hdlc.hpp"
|
||||||
#include "esp_heap_caps.h"
|
#include "esp_heap_caps.h"
|
||||||
#include "driver/uart.h"
|
#include "driver/uart.h"
|
||||||
#include "core/common/code_utils.hpp"
|
#include "common/code_utils.hpp"
|
||||||
|
|
||||||
namespace esp {
|
namespace esp {
|
||||||
namespace radio_spinel {
|
namespace radio_spinel {
|
||||||
|
Reference in New Issue
Block a user