<?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>Convert blinky project from board PCA10040 to my custom board on eclipse</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20048/convert-blinky-project-from-board-pca10040-to-my-custom-board-on-eclipse</link><description>Hi,
I would like to convert a blinky project for the BOARD_PCA10040 to my own custom board. I can&amp;#39;t find on eclipse where &amp;quot;#define BOARD_PCA10040&amp;quot; symbol is defined so I change it. 
 can you help me please find where I can change this symbol.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Feb 2017 12:20:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20048/convert-blinky-project-from-board-pca10040-to-my-custom-board-on-eclipse" /><item><title>RE: Convert blinky project from board PCA10040 to my custom board on eclipse</title><link>https://devzone.nordicsemi.com/thread/78036?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2017 12:20:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99a8bc2d-794e-4f1d-b39a-fa8f94a86fff</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;C pre-processor symbols are defined in the Makefile,  see CFLAGS variable. &amp;quot;names&amp;quot; with -D as prefix are preprocessor symbols. E.g.,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;CFLAGS += -DBOARD_PCA10040
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>