FreeCalypso > hg > freecalypso-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
135:e4257294102b | 136:3b5c3f3646fb |
---|---|
362 TM_EnableTimer (1); | 362 TM_EnableTimer (1); |
363 TM_EnableTimer (2); | 363 TM_EnableTimer (2); |
364 | 364 |
365 #if !CONFIG_GSM | 365 #if !CONFIG_GSM |
366 Dtimer2_Init_cntl (1875, 1, 0, 1); | 366 Dtimer2_Init_cntl (1875, 1, 0, 1); |
367 Dtimer2_Start (1); | |
367 #endif | 368 #endif |
368 | 369 |
369 #endif /* (OP_L1_STANDALONE == 0) */ | 370 #endif /* (OP_L1_STANDALONE == 0) */ |
370 | 371 |
371 } | 372 } |