Skip to content

Commit 7c9252f

Browse files
committed
hotfix for markers on oymotion
Signed-off-by: Andrey Parfenov <[email protected]>
1 parent c807814 commit 7c9252f

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

src/board_controller/file_streamer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ FileStreamer::~FileStreamer ()
1717
if (fp != NULL)
1818
{
1919
fclose (fp);
20+
fp = NULL;
2021
}
2122
}
2223

Binary file not shown.
Binary file not shown.

third_party/gForceSDKCXX/src/inc/gforce_wrapper_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#pragma pack(push, 1)
66
struct GforceData
77
{
8-
static const int SIZE = 10;
8+
static const int SIZE = 11;
99

1010
double data[SIZE];
1111

0 commit comments

Comments
 (0)