From d884d778d3781dc63f1e704e47a90bb135b13b87 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 20 Dec 2016 11:52:00 +0200 Subject: [PATCH] monitor/rfcomm: Fix left over packed struct --- monitor/rfcomm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/rfcomm.c b/monitor/rfcomm.c index fd7bbdc0f..cae6b2c0b 100644 --- a/monitor/rfcomm.c +++ b/monitor/rfcomm.c @@ -106,7 +106,7 @@ struct rfcomm_rpn { uint8_t xon; uint8_t xoff; uint16_t pm; -} __attribute__ ((packed)); +}; struct rfcomm_rls { uint8_t dlci; -- 2.47.3