1
0
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:
Cristian Maglie 2014-10-28 17:56:28 +01:00
parent 79fde3a636
commit b032f748f1

View File

@ -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;