Skip to content

Commit 8450a14

Browse files
Check for both types
1 parent 5fe6385 commit 8450a14

File tree

1 file changed

+1
-1
lines changed
  • connectivity/FEATURE_BLE/source/cordio/TESTS/cordio_hci/transport

1 file changed

+1
-1
lines changed

connectivity/FEATURE_BLE/source/cordio/TESTS/cordio_hci/transport/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
if("CORDIO_ZERO_COPY_HCI" IN_LIST MBED_CONFIG_DEFINITIONS)
4+
if("CORDIO_ZERO_COPY_HCI" IN_LIST MBED_CONFIG_DEFINITIONS OR "CORDIO_ZERO_COPY_HCI=1" IN_LIST MBED_CONFIG_DEFINITIONS)
55
set(TEST_SKIPPED "Test not relevant for zero copy hci.")
66
endif()
77

0 commit comments

Comments
 (0)