mirror of
https://github.com/espressif/openthread.git
synced 2026-09-16 22:20:07 +00:00
Move openthread-types.h to openthread/types.h.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#ifndef __OTLWFIOCTL_H__
|
||||
#define __OTLWFIOCTL_H__
|
||||
|
||||
#include <openthread-types.h>
|
||||
#include <openthread/types.h>
|
||||
|
||||
__inline LONG ThreadErrorToNtstatus(ThreadError error) { return (LONG)-((int)error); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user