mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-06 08:34:10 +00:00
Fix tests
This commit is contained in:
parent
54f677ff60
commit
7773507bd6
@ -241,7 +241,7 @@ auto findRole(ConfigurationInterface const* configuration, std::string const& ba
|
||||
return role;
|
||||
};
|
||||
|
||||
const auto signal_mapping = std::unordered_map<std::string, std::string>{
|
||||
const auto signal_mapping = std::vector<std::pair<std::string, std::string>>{
|
||||
{"1C", "GPS L1 C/A"},
|
||||
{"2S", "GPS L2C (M)"},
|
||||
{"L5", "GPS L5"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user