mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-23 19:21:59 +03:00
Ehternet: added packed attribute on DHCP message struct
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user