aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/octoclock/include/net/eth_mac_addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/octoclock/include/net/eth_mac_addr.h')
-rw-r--r--firmware/octoclock/include/net/eth_mac_addr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/octoclock/include/net/eth_mac_addr.h b/firmware/octoclock/include/net/eth_mac_addr.h
index cb6fb234b..0c790aa4f 100644
--- a/firmware/octoclock/include/net/eth_mac_addr.h
+++ b/firmware/octoclock/include/net/eth_mac_addr.h
@@ -22,8 +22,10 @@
// Ethernet MAC address
+#pragma pack(push,1)
typedef struct {
uint8_t addr[6];
} eth_mac_addr_t;
+#pragma pack(pop)
#endif /* INCLUDED_ETH_MAC_ADDR_H */