<?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>Doubt in defining variables in bsp header file(bsp.h)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9385/doubt-in-defining-variables-in-bsp-header-file-bsp-h</link><description>I am using SDK 9.0.0 and i am having a doubt in bsp.h.In this header file when gone through this part of the code 
 #if (LEDS_NUMBER &amp;gt; 0) &amp;amp;&amp;amp; !defined(BSP_SIMPLE)
 #define BSP_LED_APP_TIMERS_NUMBER 2
#else
 #define BSP_APP_APP_TIMERS_NUMBER 0
 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Sep 2015 09:11:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9385/doubt-in-defining-variables-in-bsp-header-file-bsp-h" /><item><title>RE: Doubt in defining variables in bsp header file(bsp.h)</title><link>https://devzone.nordicsemi.com/thread/34639?ContentTypeID=1</link><pubDate>Wed, 23 Sep 2015 09:11:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9312b511-b28c-455a-92be-e572514447fa</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/question/49149/bug-in-bsph/"&gt;This is a known bug&lt;/a&gt;. You can fix it by changing the line&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define BSP_APP_APP_TIMERS_NUMBER 0
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define BSP_LED_APP_TIMERS_NUMBER 0
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Doubt in defining variables in bsp header file(bsp.h)</title><link>https://devzone.nordicsemi.com/thread/34638?ContentTypeID=1</link><pubDate>Wed, 23 Sep 2015 06:51:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed74631c-ae7b-448e-ad94-6f1ef9aef47d</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;I search for the second which looks weird, and I can&amp;#39;t find that it&amp;#39;s in use anywhere else in the sdk. Sure looks like a typo!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>