<?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>Stray &amp;#39;##&amp;#39; in program</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62062/stray-in-program</link><description>Hello all, 
 I&amp;#39;m still learning C at this point of stage. What I ended up was following a tutorial online on simple BLE project controlling the on-board LED. 
 The tutorial can be found here: https://www.novelbits.io/smart-ble-lightbulb-application-nrf52</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Jun 2020 12:42:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62062/stray-in-program" /><item><title>RE: Stray '##' in program</title><link>https://devzone.nordicsemi.com/thread/253289?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2020 12:42:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2b118c6-153d-4d2d-9280-024464d1cd82</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, your understanding of &amp;#39;##&amp;#39; operator is right, also known as concatenation, and is supported by GCC compiler: &lt;a href="https://gcc.gnu.org/onlinedocs/cpp/Concatenation.html"&gt;https://gcc.gnu.org/onlinedocs/cpp/Concatenation.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But I think I see the reason you are getting the error message, try to get rid of the semi-colon &amp;#39;;&amp;#39; after #define BLE_LED_SERVICE_DEF(_name)&lt;/p&gt;
&lt;p&gt;When you use the semi-colon after that line you are ending the defining there, and not defining NRF_SDH_BLE_OBSERVER.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>