mirror of
https://github.com/espressif/openthread.git
synced 2026-08-26 12:11:17 +00:00
[include] fix #include style for public OT headers (#10710)
This commit updates `#include` of public OT headers to follow the OT style guide and use brace (`<`) and (`>`) style.
This commit is contained in:
@@ -32,10 +32,11 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <openthread/error.h>
|
||||
#include <openthread/tcat.h>
|
||||
#include <openthread/platform/ble.h>
|
||||
|
||||
#include "openthread/error.h"
|
||||
#include "openthread/tcat.h"
|
||||
#include "utils/code_utils.h"
|
||||
|
||||
#define PLAT_BLE_MSG_DATA_MAX 2048
|
||||
|
||||
Reference in New Issue
Block a user