diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/l2cap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/l2cap.h b/include/l2cap.h index 5c173e28..49006803 100644 --- a/include/l2cap.h +++ b/include/l2cap.h @@ -175,7 +175,6 @@ typedef struct { typedef struct { uint16_t type; - uint8_t data[0]; } __attribute__ ((packed)) l2cap_info_req; #define L2CAP_INFO_REQ_SIZE 2 |