aboutsummaryrefslogtreecommitdiffstats
path: root/image_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'image_header.h')
-rw-r--r--image_header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image_header.h b/image_header.h
index b4eb2fc..13fa7e0 100644
--- a/image_header.h
+++ b/image_header.h
@@ -151,7 +151,7 @@ struct img_header_t {
uint16_t fov_y_end; ///< end y-cooredinate of current field of view (2 bytes)
uint8_t padding[452]; ///< padding bytes to fill header (452 bytes)
-} __packed__;
+} __o3000_packed__;
#endif // _IMAGE_HEADER_H