blob: 45a001b786448828fed915df7ee4dc65d32185bc [file] [log] [blame]
/*
* Copyright (c) 2021 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdint.h>
/* Stub functitons that does nothing. Just to avoid liker complains. */
void radio_df_ant_configure(void)
{
}
uint8_t radio_df_ant_num_get(void)
{
return 0;
}