<?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>How Can I Add .h Files Keil Project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42358/how-can-i-add-h-files-keil-project</link><description>Hi folks, 
 
 I want to some changes uart project. So i added nrf_drv_timer.c but i din&amp;#39;t header file and i encountered 3 errors when i compile my project. Here is some screen shut. Finally i should say, i repeated that this link----&amp;gt; https://devzone</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Jan 2019 14:05:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42358/how-can-i-add-h-files-keil-project" /><item><title>RE: How Can I Add .h Files Keil Project</title><link>https://devzone.nordicsemi.com/thread/164946?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 14:05:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b890ab2-50f4-4c5f-8527-26100be01ce2</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Glad that the issue is solved.&lt;/p&gt;
&lt;p&gt;Regarding the actual question in the thread Title, &amp;quot;&lt;strong&gt;How Can I Add .h Files Keil Project&lt;/strong&gt;&amp;quot;, the&amp;nbsp;answer is that there is no need to add &lt;em&gt;header&lt;/em&gt; files to the Project.&lt;/p&gt;
&lt;p&gt;The compiler finds header files via the Include Paths setting, and the IDE then lists them in the project just for your information.&lt;/p&gt;
&lt;p&gt;See:&amp;nbsp;&lt;a href="http://www.keil.com/support/man/docs/uv4/uv4_dg_adscc.htm"&gt;http://www.keil.com/support/man/docs/uv4/uv4_dg_adscc.htm&lt;/a&gt;&amp;nbsp;- near the end of the page.&lt;/p&gt;
&lt;p&gt;(most) other IDEs are similar.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="author header thread-starter"&gt;
&lt;div class="avatar"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How Can I Add .h Files Keil Project</title><link>https://devzone.nordicsemi.com/thread/164924?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 13:09:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:902a271e-82c1-4f5f-8ac9-9ae4cd0507ca</guid><dc:creator>rraa</dc:creator><description>&lt;p&gt;I solved problem. It is about sdk_config.h.&lt;/p&gt;
&lt;p&gt;I reliazed when i check timer example,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#ifndef TIMER_ENABLED&lt;br /&gt;#define TIMER_ENABLED 1&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;#ifndef TIMER1_ENABLED&lt;br /&gt;#define TIMER1_ENABLED 1&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;it must be 1 booth together. I missed it. When i change, it is work!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>