<?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>nrf51422 timer driver</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7618/nrf51422-timer-driver</link><description>I&amp;#39;m currently trying to make an application using the development kit &amp;amp; I&amp;#39;m trying to use the timer driver, when I induled the C &amp;amp; H files of the driver I got an error : 
 static const nrf_drv_timer_config_t m_default_config[] = {// here it told me there</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Jun 2015 03:16:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7618/nrf51422-timer-driver" /><item><title>RE: nrf51422 timer driver</title><link>https://devzone.nordicsemi.com/thread/27188?ContentTypeID=1</link><pubDate>Mon, 15 Jun 2015 03:16:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94ee9c06-3235-4976-9ad5-e8327f237578</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;Which if TIMER0_ENABLED, TIMER1_ENABLED or TIMER2_ENABLED defines did you set to 1? None of them perhaps? In which case you have no enabled timers and that&amp;#39;s an empty array (not that I agree an empty initializer is invalid for an array with unspecified bounds, but it looks like whatever compiler you use doesn&amp;#39;t care for it.).&lt;/p&gt;
&lt;p&gt;Define one or more of them, otherwise the timer module is pretty useless anyway.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>