mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-03 16:47:52 +00:00
nimble/phy: Fix compilation error
This fixes compilation error caused by value assignment to undefined
structure aux_data member. Introduced in 4e58b2724.
This commit is contained in:
committed by
Szymon Janc
parent
60aab30a59
commit
818e06400a
@@ -281,7 +281,7 @@ ble_phy_isr(void)
|
||||
ble_hdr->rxinfo.channel = g_ble_phy_data.phy_chan;
|
||||
ble_hdr->rxinfo.phy = BLE_PHY_1M;
|
||||
#if MYNEWT_VAL(BLE_LL_CFG_FEAT_LL_EXT_ADV)
|
||||
ble_hdr->rxinfo.aux_data = NULL;
|
||||
ble_hdr->rxinfo.user_data = NULL;
|
||||
#endif
|
||||
|
||||
/* Count PHY valid packets */
|
||||
|
||||
Reference in New Issue
Block a user