Skip to content

Commit 029c382

Browse files
committed
v2.4.0 generated files and version info
1 parent b72c85a commit 029c382

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

c/include/libsbp/mag.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ time is unknown or invalid.
3939
[ms] */
4040
u8 tow_f; /**< Milliseconds since start of GPS week, fractional part
4141
[ms / 256] */
42-
s16 mag_x; /**< Magnetic field in the body frame X axis */
43-
s16 mag_y; /**< Magnetic field in the body frame Y axis */
44-
s16 mag_z; /**< Magnetic field in the body frame Z axis */
42+
s16 mag_x; /**< Magnetic field in the body frame X axis [microteslas] */
43+
s16 mag_y; /**< Magnetic field in the body frame Y axis [microteslas] */
44+
s16 mag_z; /**< Magnetic field in the body frame Z axis [microteslas] */
4545
} msg_mag_raw_t;
4646

4747

c/include/libsbp/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
/** Protocol major version. */
2424
#define SBP_MAJOR_VERSION 2
2525
/** Protocol minor version. */
26-
#define SBP_MINOR_VERSION 3
26+
#define SBP_MINOR_VERSION 4
2727
/** Protocol patch version. */
28-
#define SBP_PATCH_VERSION 17
28+
#define SBP_PATCH_VERSION 0
2929

3030
/** \} */
3131

docs/sbp.pdf

-25 Bytes
Binary file not shown.

haskell/sbp.cabal.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sbp
2-
version: 2.3.17
2+
version: 2.4.0
33
synopsis: SwiftNav's SBP Library
44
homepage: https://github.com/swift-nav/libsbp
55
license: LGPL-3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sbp",
3-
"version": "2.3.17",
3+
"version": "2.4.0",
44
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
55
"files": [
66
"javascript/*",

0 commit comments

Comments
 (0)