Hi,
I'm trying to run the gps application off the master branch on the thingy91 and it dies like this:
It's built using the Nordic SES on windows.
Any ideas?
Thanks,
Calin
Hi,
I'm trying to run the gps application off the master branch on the thingy91 and it dies like this:
It's built using the Nordic SES on windows.
Any ideas?
Thanks,
Calin
Hi,
Sorry for this. It seems that there has been a human error here.
The types are switched (main.c::90 and 91):
nrf_gnss_nmea_mask_t delete_mask = 0; nrf_gnss_delete_mask_t nmea_mask ...
While it should be:
nrf_gnss_delete_mask_t delete_mask = 0; nrf_gnss_nmea_mask_t nmea_mask
I'll create a pull request to fix this.
Kind regards,
Håkon
And here's the PR: https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1171
And here's the PR: https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1171