From bc02c6c05cf52884bc6cd9fad8dc8fc16364a147 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Mon, 27 Jan 2020 22:21:36 -0800 Subject: [PATCH] [mac-frame] add missing OT_TOOL_PACKED_BEGIN to Beacon class (#4509) --- src/core/mac/mac_frame.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/mac/mac_frame.hpp b/src/core/mac/mac_frame.hpp index 8e263b655..aac2fad5b 100644 --- a/src/core/mac/mac_frame.hpp +++ b/src/core/mac/mac_frame.hpp @@ -1131,6 +1131,7 @@ public: #endif // OPENTHREAD_CONFIG_TIME_SYNC_ENABLE }; +OT_TOOL_PACKED_BEGIN class Beacon { public: