File tree 5 files changed +5
-7
lines changed
5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change
1
+ ROOT=.
Original file line number Diff line number Diff line change 20
20
#include < stdint.h>
21
21
#include < stdio.h>
22
22
23
- #include " events/Eventqueue .h"
23
+ #include " events/EventQueue .h"
24
24
#include " platform/Callback.h"
25
25
#include " platform/NonCopyable.h"
26
26
Original file line number Diff line number Diff line change 17
17
#include < stdio.h>
18
18
19
19
#include " platform/Callback.h"
20
- #include " events/Eventqueue .h"
20
+ #include " events/EventQueue .h"
21
21
#include " platform/NonCopyable.h"
22
22
23
23
#include " ble/BLE.h"
Original file line number Diff line number Diff line change 1
1
{
2
2
"target_overrides" : {
3
- "K64F" : {
4
- "target.features_add" : [" BLE" ],
5
- "target.extra_labels_add" : [" ST_BLUENRG" ]
6
- }
3
+
7
4
}
8
5
}
Original file line number Diff line number Diff line change 2
2
"target_overrides" : {
3
3
"K64F" : {
4
4
"target.features_add" : [" BLE" ],
5
- "target.extra_labels_add" : [" ST_BLUENRG" ]
5
+ "target.extra_labels_add" : [" ST_BLUENRG" , " CORDIO " ]
6
6
},
7
7
"NUCLEO_F401RE" : {
8
8
"target.features_add" : [" BLE" ],
You can’t perform that action at this time.
0 commit comments