diff nuc-fw/bsp/init_target.c @ 136:3b5c3f3646fb

RV bring-up: lack of timer ticks fixed, still investigating the lack of "system time" messages from the RVT task
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 04 Nov 2013 23:35:11 +0000
parents 2c5160a9d652
children 15d5977390c2
line wrap: on
line diff
--- a/nuc-fw/bsp/init_target.c	Sun Nov 03 00:14:40 2013 +0000
+++ b/nuc-fw/bsp/init_target.c	Mon Nov 04 23:35:11 2013 +0000
@@ -364,6 +364,7 @@
 
       #if !CONFIG_GSM
 	Dtimer2_Init_cntl (1875, 1, 0, 1);
+	Dtimer2_Start (1);
       #endif
 
     #endif  /* (OP_L1_STANDALONE == 0) */