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:
Mariusz Skamra
2024-02-20 08:38:39 +01:00
committed by Szymon Janc
parent 60aab30a59
commit 818e06400a
+1 -1
View File
@@ -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 */