clang
This commit is contained in:
parent
8ae6a7b75a
commit
1afe1df764
|
|
@ -260,8 +260,7 @@ private:
|
||||||
"APB", "DPT", "GSV", "HDG", "MWD", "ROT",
|
"APB", "DPT", "GSV", "HDG", "MWD", "ROT",
|
||||||
"RPM", "RSA", "VDR", "VTG", "ZDA", "ZZZ"}; ///< known, but not parseable
|
"RPM", "RSA", "VDR", "VTG", "ZDA", "ZZZ"}; ///< known, but not parseable
|
||||||
#else // make the lists short to save memory
|
#else // make the lists short to save memory
|
||||||
const char
|
const char *sentences_parsed[5] = {"GGA", "GLL", "GSA", "RMC",
|
||||||
*sentences_parsed[5] = {"GGA", "GLL", "GSA", "RMC",
|
|
||||||
"ZZZ"}; ///< parseable sentence ids
|
"ZZZ"}; ///< parseable sentence ids
|
||||||
const char *sentences_known[4] = {"DBT", "HDM", "HDT",
|
const char *sentences_known[4] = {"DBT", "HDM", "HDT",
|
||||||
"ZZZ"}; ///< known, but not parseable
|
"ZZZ"}; ///< known, but not parseable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue