<?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>Mesh SDK 2.2 bad conditional compilation declaration in fsm.c</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38165/mesh-sdk-2-2-bad-conditional-compilation-declaration-in-fsm-c</link><description>There are many places in the file fsm.c that have this compile condition check 
 #if defined FSM_DEBUG 
 blabla 
 #endif 
 
 that is wrong. The compiler will ignore it. There 2 way to do that 
 1 - #ifdef FSM_DEBUG 
 or 
 2 - #if defined(FSM_DEBUG) 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Sep 2018 13:44:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38165/mesh-sdk-2-2-bad-conditional-compilation-declaration-in-fsm-c" /><item><title>RE: Mesh SDK 2.2 bad conditional compilation declaration in fsm.c</title><link>https://devzone.nordicsemi.com/thread/147399?ContentTypeID=1</link><pubDate>Wed, 05 Sep 2018 13:44:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7e38f0e-c790-4345-be91-cdf485b45592</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for your valuable feedback. We will take your suggestions into consideration for the further development of our nRF5 SDK for Mesh.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh SDK 2.2 bad conditional compilation declaration in fsm.c</title><link>https://devzone.nordicsemi.com/thread/147216?ContentTypeID=1</link><pubDate>Tue, 04 Sep 2018 14:22:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db5ea117-8a48-42f3-b792-4059c8315a29</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Never mind that. &amp;nbsp;The problem is in fsm.h where FSM_DEBUG is defined. &amp;nbsp;It should not be defined there and be removed or put in one the those thousands of config.h defines.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please stop adding that kind of useless conditional compilation we will soon end up with 10000 defines to get things to compile. &amp;nbsp;This is rediculous&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>