Skip to content

Commit 66e4b44

Browse files
committed
Add prefixes to include directives
Signed-off-by: Andrea Palmieri <[email protected]>
1 parent 572b384 commit 66e4b44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/BLE/COMPONENT_BlueNRG_2/BlueNrg2HCIDriver.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
#include "hci_mbed_os_adaptation.h"
3939

4040
// rtos
41-
#include "Thread.h"
42-
#include "Semaphore.h"
43-
#include "Mutex.h"
41+
#include "rtos/Thread.h"
42+
#include "rtos/Semaphore.h"
43+
#include "rtos/Mutex.h"
4444

4545
#define HCI_RESET_RAND_CNT 4
4646

0 commit comments

Comments
 (0)