Skip to content

Commit ca1830e

Browse files
authored
Merge pull request #156 from ARMmbed/fix-ci
Fix compilation in CI
2 parents 9985858 + 0c00805 commit ca1830e

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

BLE_GAP/.mbed

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ROOT=.

BLE_GattServer/BLEProcess.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <stdint.h>
2121
#include <stdio.h>
2222

23-
#include "events/Eventqueue.h"
23+
#include "events/EventQueue.h"
2424
#include "platform/Callback.h"
2525
#include "platform/NonCopyable.h"
2626

BLE_GattServer/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <stdio.h>
1818

1919
#include "platform/Callback.h"
20-
#include "events/Eventqueue.h"
20+
#include "events/EventQueue.h"
2121
#include "platform/NonCopyable.h"
2222

2323
#include "ble/BLE.h"

BLE_Privacy/mbed_app.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"target_overrides": {
3-
"K64F": {
4-
"target.features_add": ["BLE"],
5-
"target.extra_labels_add": ["ST_BLUENRG"]
6-
}
3+
74
}
85
}

BLE_SM/mbed_app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"target_overrides": {
33
"K64F": {
44
"target.features_add": ["BLE"],
5-
"target.extra_labels_add": ["ST_BLUENRG"]
5+
"target.extra_labels_add": ["ST_BLUENRG", "CORDIO"]
66
},
77
"NUCLEO_F401RE": {
88
"target.features_add": ["BLE"],

0 commit comments

Comments
 (0)