<?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>nRF52 Beacon+twi compiler problems</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/31191/nrf52-beacon-twi-compiler-problems</link><description>Hi, 
 I am using SDK 14.2.0 and SD 132 v 5. 
 When trying to combine ble_app_beacon with twi_sensor, I get the following error: 
 ..\..\..\main.c(89): error: #253: expected a &amp;quot;,&amp;quot; static const nrf_drv_twi_t m_twi = RF_DRV_TWI_INSTANCE(TWI_INSTANCE_ID);</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Mar 2018 13:55:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/31191/nrf52-beacon-twi-compiler-problems" /><item><title>RE: nRF52 Beacon+twi compiler problems</title><link>https://devzone.nordicsemi.com/thread/123264?ContentTypeID=1</link><pubDate>Wed, 07 Mar 2018 13:55:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81c72a6e-97a3-4e48-b9bb-aa5c0c4f0bf7</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is&amp;nbsp;an &amp;quot;N&amp;quot; missing in your code that might be causing the error. Try replacing with this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static const nrf_drv_twi_t m_twi = NRF_DRV_TWI_INSTANCE(TWI_INSTANCE_ID);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>