nimble/ll: Fix hci supported cmds

BLE_LL_BT5_PHY_SUPPORTED is defined in ble_ll.h so if that file is not
included, we calculate incorrect hci supported cmds bitmask.
This commit is contained in:
Andrzej Kaczmarek
2023-06-06 13:53:07 +02:00
parent ed6952ad2e
commit 8074802c11
@@ -20,6 +20,7 @@
#include <stdint.h>
#include <string.h>
#include <syscfg/syscfg.h>
#include <controller/ble_ll.h>
#include <controller/ble_ll_hci.h>
/* Magic macros */