Skip to content

Commit

Permalink
Update ublox.c
Browse files Browse the repository at this point in the history
  • Loading branch information
philrandal authored Apr 25, 2019
1 parent e23f00a commit b23736d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ublox.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ extern slReturn ubxConfigGalileo( int fdPort, int verbosity ) {
case GLONASS:

// enable it...
enabled = ciniparser_getboolean( gpsctlConf, "qlonass:enabled", true );
enabled = ciniparser_getboolean( gpsctlConf, "glonass:enabled", true );
flags = (uint32_t) setBit_slBits( get_uint32_slBuffer( b, o + 4), 0, enabled );
put_uint32_slBuffer( b, o + 4, flags );

Expand Down

1 comment on commit b23736d

@philrandal
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix a simple typo

Please sign in to comment.