To allow the BLE stack to be used both in the real nRF platforms and simulated ones, change the used macros in the code to the COMPATIBLE ones. Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
10 lines
182 B
C
10 lines
182 B
C
/*
|
|
* Copyright (c) 2018 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#if defined(CONFIG_SOC_COMPATIBLE_NRF)
|
|
#include "nrf5/radio/radio_nrf5_txp.h"
|
|
#endif
|