diff nuc-fw/bsp/timer.h @ 109:91460c8957f0

nuc-fw/bsp: beginning of reconciliation with the Leonardo semi-src version
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 19 Oct 2013 18:59:34 +0000
parents 45911ad957fd
children
line wrap: on
line diff
--- a/nuc-fw/bsp/timer.h	Fri Sep 13 17:00:09 2013 +0000
+++ b/nuc-fw/bsp/timer.h	Sat Oct 19 18:59:34 2013 +0000
@@ -86,6 +86,6 @@
 void        TM_DisableTimer (int timerNum);
 
 SYS_UWORD16 TIMER_Read (unsigned short);
-inline unsigned short TIMER_WriteValue (SYS_UWORD16);
-inline unsigned short TIMER_ReadValue (void);
+void TIMER_WriteValue (SYS_UWORD16);
+unsigned short TIMER_ReadValue (void);