Commit 938f04ff authored by Piotr Pryga's avatar Piotr Pryga Committed by Carles Cufi
Browse files

Bluetooth: controller: Fix build error for non Nordic plaforms



Direction finding is implemented only for Nordic link layer.
Build was failing due to missing header files for Openisa (RiskV).
Added dummy lll_df_types.h header file to OpenISA lower link layer.

Signed-off-by: default avatarPiotr Pryga <piotr.pryga@nordicsemi.no>
parent 7c834bf1
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2021 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/* This is currently almost empty file to avoid build errors due to missing header files.
 * The file shall be used if Direction Finding support is added to OpenISA lower link layer.
 */

/* Forward declaration of the type to avoid build errors in ULL code. */
struct lll_df_sync;