File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
connectivity/FEATURE_BLE/source/cordio/source
storage/kvstore/tests/TESTS/kvstore/static_tests Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ ble::SecurityManager &BLEInstanceBase::getSecurityManager()
317317
318318const ble::SecurityManager &BLEInstanceBase::getSecurityManager () const
319319{
320- const BLEInstanceBase &self = const_cast <BLEInstanceBase &>(*this );
320+ BLEInstanceBase &self = const_cast <BLEInstanceBase &>(*this );
321321 return const_cast <const ble::SecurityManager &>(self.getSecurityManager ());
322322}
323323#endif // BLE_FEATURE_SECURITY
Original file line number Diff line number Diff line change 11# Copyright (c) 2020 ARM Limited. All rights reserved.
22# SPDX-License-Identifier: Apache-2.0
33
4+ if ("TFM_DUALCPU" IN_LIST MBED_TARGET_LABELS AND APPLICATION_PROFILE_CONFIG_BAREMETAL)
5+ set (TEST_SKIPPED "KVStore requires the RTOS on this platform" )
6+ endif ()
7+
48mbed_greentea_add_test(
59 TEST_NAME
610 mbed-storage-kvstore-static_tests
11+ TEST_SKIPPED
12+ ${TEST_SKIPPED}
713 TEST_SOURCES
814 main.cpp
915 TEST_REQUIRED_LIBS
You can’t perform that action at this time.
0 commit comments