zephyr/subsys/bluetooth/controller/hal/radio_txp.h

10 lines
178 B
C
Raw Normal View History

/*
* Copyright (c) 2018 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#if defined(CONFIG_SOC_FAMILY_NRF)
#include "nrf5/radio/radio_nrf5_txp.h"
#endif