ble_mesh: Remove unused macro FRIEND_BUF_SIZE

This commit is contained in:
lly 2019-10-24 10:13:39 +08:00
parent c344a4a3b9
commit cc772c1324

View file

@ -29,8 +29,6 @@
#ifdef CONFIG_BLE_MESH_FRIEND
#define FRIEND_BUF_SIZE (BLE_MESH_ADV_DATA_SIZE - BLE_MESH_NET_HDR_LEN)
/* We reserve one extra buffer for each friendship, since we need to be able
* to resend the last sent PDU, which sits separately outside of the queue.
*/