From 13300b38dee58025c93682f6ac13718a5f981751 Mon Sep 17 00:00:00 2001 From: Martin Girardot Date: Mon, 16 Dec 2024 13:04:26 +0100 Subject: [PATCH] [NXP] update BLE include path Signed-off-by: Martin Girardot --- examples/thermostat/nxp/common/main/BleZephyrManagerApp.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/thermostat/nxp/common/main/BleZephyrManagerApp.cpp b/examples/thermostat/nxp/common/main/BleZephyrManagerApp.cpp index 829d0dfb41a96d..3527cce0b48196 100644 --- a/examples/thermostat/nxp/common/main/BleZephyrManagerApp.cpp +++ b/examples/thermostat/nxp/common/main/BleZephyrManagerApp.cpp @@ -19,12 +19,14 @@ #include "BLEApplicationManager.h" +#include + #include "BLEManagerImpl.h" -#include +#include #include -#include #include + #define ADV_LEN 2 using namespace ::chip::DeviceLayer;