1 /* 2 * Copyright (c) 2018 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #include "hal/RV32M1/radio/radio.h" 8 9 /* The openisa vendor HAL does not have the GPIO support functions 10 * required for handling radio front-end modules with PA/LNAs. 11 * 12 * If these are ever implemented, this file should be updated 13 * appropriately. 14 */ 15 #undef HAL_RADIO_GPIO_HAVE_PA_PIN 16 #undef HAL_RADIO_GPIO_HAVE_LNA_PIN 17