mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 16:17:47 +00:00
[efr32] fix compile error due to include ordering (#2569)
This commit is contained in:
@@ -35,12 +35,14 @@
|
||||
#ifndef PLATFORM_EFR32_H_
|
||||
#define PLATFORM_EFR32_H_
|
||||
|
||||
#include "core_cm4.h"
|
||||
#include "em_device.h"
|
||||
#include "em_system.h"
|
||||
#include <openthread-core-config.h>
|
||||
#include <openthread/config.h>
|
||||
|
||||
#include "em_device.h"
|
||||
#include "em_system.h"
|
||||
|
||||
#include "core_cm4.h"
|
||||
|
||||
// Global OpenThread instance structure
|
||||
extern otInstance *sInstance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user