mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Ehternet: added packed attribute on DHCP message struct
This commit is contained in:
parent
79fde3a636
commit
b032f748f1
@ -120,7 +120,7 @@ enum
|
||||
endOption = 255
|
||||
};
|
||||
|
||||
typedef struct _RIP_MSG_FIXED
|
||||
typedef struct __attribute__((packed)) _RIP_MSG_FIXED
|
||||
{
|
||||
uint8_t op;
|
||||
uint8_t htype;
|
||||
|
Loading…
Reference in New Issue
Block a user