<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GPS sample failing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52395/gps-sample-failing</link><description>Hi, 
 
 I&amp;#39;m trying to run the gps application off the master branch on the thingy91 and it dies like this: 
 
 
 It&amp;#39;s built using the Nordic SES on windows. 
 Any ideas? 
 Thanks, 
 
 Calin</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 20 Sep 2019 13:23:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52395/gps-sample-failing" /><item><title>RE: GPS sample failing</title><link>https://devzone.nordicsemi.com/thread/210958?ContentTypeID=1</link><pubDate>Fri, 20 Sep 2019 13:23:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e94b2a76-9895-44ae-834b-b09a1563f685</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;And here&amp;#39;s the PR:&amp;nbsp;&lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1171"&gt;https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1171&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS sample failing</title><link>https://devzone.nordicsemi.com/thread/210951?ContentTypeID=1</link><pubDate>Fri, 20 Sep 2019 13:14:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47a5ab8a-aa7c-490e-941a-d679919dd275</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sorry for this. It seems that there has been a human error here.&lt;/p&gt;
&lt;p&gt;The types are switched (main.c::90 and 91):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;	nrf_gnss_nmea_mask_t    delete_mask  = 0;
	nrf_gnss_delete_mask_t  nmea_mask ...&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;While it should be:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;	nrf_gnss_delete_mask_t    delete_mask  = 0;
	nrf_gnss_nmea_mask_t  nmea_mask&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll create a pull request to fix this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>