mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5867 from pan-/fix-ble-include
BLE: Fix inclusion of BLE.h (case)pull/5910/head
commit
50e40dad38
|
@ -20,7 +20,7 @@
|
|||
#include <new>
|
||||
#include "EventQueue.h"
|
||||
#include "ble/BLEInstanceBase.h"
|
||||
#include "BLE/ble.h"
|
||||
#include "ble/BLE.h"
|
||||
|
||||
namespace ble {
|
||||
namespace pal {
|
||||
|
|
Loading…
Reference in New Issue