Bluetooth: controller: Align include paths in hci.c

Align include paths for LLL include files in hci.c.

Signed-off-by: Wolfgang Puffitsch <wopu@demant.com>
This commit is contained in:
Wolfgang Puffitsch 2021-02-15 23:45:59 +01:00 committed by Anas Nashif
commit 9b3c0572cb

View file

@ -30,8 +30,8 @@
#include "hal/ccm.h"
#include "ll_sw/pdu.h"
#include "ll_sw/lll.h"
#include "lll_adv.h"
#include "lll_sync_iso.h"
#include "ll_sw/lll_adv.h"
#include "ll_sw/lll_sync_iso.h"
#include "ll_sw/lll_scan.h"
#include "ll_sw/lll_sync.h"
#include "ll_sw/lll_conn.h"