Bluetooth: Fix alignment

Change-Id: If6b3b426bbcb763e4e089d330930bf68d4843282
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2015-07-30 13:57:24 +03:00 committed by Anas Nashif
commit ae3c6c00c2

View file

@ -173,7 +173,7 @@ static uint8_t att_mtu_req(struct bt_conn *conn, struct bt_buf *data)
} }
static uint8_t att_handle_rsp(struct bt_conn *conn, void *pdu, uint16_t len, static uint8_t att_handle_rsp(struct bt_conn *conn, void *pdu, uint16_t len,
uint8_t err) uint8_t err)
{ {
struct bt_att *att = conn->att; struct bt_att *att = conn->att;
struct bt_att_req req; struct bt_att_req req;