Merge pull request #5867 from pan-/fix-ble-include

BLE: Fix inclusion of BLE.h (case)
pull/5910/head
Martin Kojtal 2018-01-18 17:09:16 +00:00 committed by GitHub
commit 50e40dad38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {