Skip to content

Commit d43d4a0

Browse files
fix cordio include path
1 parent 1afbbeb commit d43d4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/FEATURE_BLE/source/common/ble_trace_helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#include "ble_trace_helpers.h"
1919
#include "pal/AttServerMessage.h"
20-
#include "ble-host/include/att_api.h"
20+
#include "att_api.h"
2121
#define TRACE_GROUP "BLE "
2222

2323
namespace ble {

0 commit comments

Comments
 (0)