diff nuc-fw/riviera/init/create_RVtasks.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 7d7950d7f924
children
line wrap: on
line diff
--- a/nuc-fw/riviera/init/create_RVtasks.c	Sun Nov 03 00:14:40 2013 +0000
+++ b/nuc-fw/riviera/init/create_RVtasks.c	Mon Nov 04 23:35:11 2013 +0000
@@ -47,7 +47,6 @@
 #include <stdio.h>
 #include <string.h>
 
-
 #define START_TASK_ID      (MAX_RVF_TASKS-1)
 #define RV_START_TASK_PRIO (249)
 
@@ -570,7 +569,7 @@
 #if 1 //(CHIPSET!=15) || (REMU==0)
     /* dump the Riviera memory state */
     rvf_delay (RVF_MS_TO_TICKS (300)) ;
-	rvf_dump_mem ();
+    rvf_dump_mem ();
     rvf_dump_pool();
     rvf_dump_tasks();
 #endif