diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-29 09:32:45 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-29 09:32:45 +0100 |
commit | 9253934bf4ec1d1c03e561617f2ba0be8644b4f7 (patch) | |
tree | c61547599b4f186d2d7feb77da3271788a60556d /ftnoir_tracker_freepie-udp | |
parent | a068e64bc835d52298b2e12fd8689f6f4fcd7723 (diff) |
freepie pad offset
Issue: #48
Diffstat (limited to 'ftnoir_tracker_freepie-udp')
-rw-r--r-- | ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp.cpp b/ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp.cpp index 6807419b..295cb65b 100644 --- a/ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp.cpp +++ b/ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp.cpp @@ -28,8 +28,8 @@ void TrackerImpl::run() { #pragma pack(push, 1) struct { uint8_t pad1; - uint8_t flags; uint8_t pad2; + uint8_t flags; float fl[12]; } data; #pragma pack(pop) |