diff nuc-fw/bsp/timer1.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/timer1.h	Fri Sep 13 17:00:09 2013 +0000
+++ b/nuc-fw/bsp/timer1.h	Sat Oct 19 18:59:34 2013 +0000
@@ -70,6 +70,6 @@
 
 void Dtimer1_Init_cntl (SYS_UWORD16 St, SYS_UWORD16 Reload, SYS_UWORD16 clockScale, SYS_UWORD16 clkon);
 
-SYS_UWORD16 Dtimer1_WriteValue (SYS_UWORD16 value);
+void Dtimer1_WriteValue (SYS_UWORD16 value);
 
 SYS_UWORD16 Dtimer1_ReadValue (void);