Skip to content
Snippets Groups Projects
Commit c61733ac authored by TimEverett's avatar TimEverett
Browse files

Add Glonass L2C to valid observation types for Swift receivers

parent 4184b589
No related branches found
No related tags found
No related merge requests found
......@@ -776,7 +776,7 @@ static void set_obstype(int format, rnxopt_t *opt)
};
static const unsigned char codes_sbp[NSATSYS][8]={ /* Swift */
{CODE_L1C,CODE_L2S},
{CODE_L1C},
{CODE_L1C,CODE_L2C},
{CODE_L1C},
{CODE_L1C},
{CODE_L1C},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment