Skip to content

Commit c02b318

Browse files
fixed case in filename
1 parent b8fe37a commit c02b318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/CordioBLE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "CordioPalGenericAccessService.h"
3131
#include "ble/generic/GenericGap.h"
3232
#include "ble/generic/GenericSecurityManager.h"
33-
#include "ble/pal/MemorySecurityDB.h"
33+
#include "ble/pal/MemorySecurityDb.h"
3434
#include "ble/pal/SimpleEventQueue.h"
3535

3636
namespace ble {

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/nRF5xn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "ble/BLEInstanceBase.h"
2323
#include "ble/generic/GenericGattClient.h"
2424
#include "ble/generic/GenericSecurityManager.h"
25-
#include "ble/pal/MemorySecurityDB.h"
25+
#include "ble/pal/MemorySecurityDb.h"
2626
#include "ble/pal/SimpleEventQueue.h"
2727
#include "nRF5xPalSecurityManager.h"
2828

0 commit comments

Comments
 (0)