diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-29 17:34:45 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-29 17:34:45 +0100 |
commit | bbe3706a460a8a9e022880426bf139241da1ef53 (patch) | |
tree | e76253281a9c3bb4328058f0463ed6788d3f3c9f /ftnoir_tracker_freepie-udp | |
parent | 136f28907c55547eb3faada1cbe8250a259b4288 (diff) |
freepie-udp protocol change, one pad byte less
As per <https://github.com/AndersMalmgren/FreePIE/commit/dfb64b76d3352d88f8ee5759cea7e15a785b0117>
Diffstat (limited to 'ftnoir_tracker_freepie-udp')
-rw-r--r-- | ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp.cpp | 1 |
1 files changed, 0 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 295cb65b..99ec8c12 100644 --- a/ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp.cpp +++ b/ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp.cpp @@ -28,7 +28,6 @@ void TrackerImpl::run() { #pragma pack(push, 1) struct { uint8_t pad1; - uint8_t pad2; uint8_t flags; float fl[12]; } data; |