10 lines
178 B
C
10 lines
178 B
C
|
/*
|
||
|
* 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
|