mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-27 11:17:22 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user