changeset 228:93af50ca61f9

rvm_priorities.h, rvm_ext_priorities.h: readability fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 30 Apr 2021 22:31:31 +0000
parents 7175610a1385
children 7ec0ae23ce76
files src/cs/riviera/rvm/rvm_ext_priorities.h src/cs/riviera/rvm/rvm_priorities.h
diffstat 2 files changed, 41 insertions(+), 43 deletions(-) [+]
line wrap: on
line diff
--- a/src/cs/riviera/rvm/rvm_ext_priorities.h	Fri Apr 30 22:15:20 2021 +0000
+++ b/src/cs/riviera/rvm/rvm_ext_priorities.h	Fri Apr 30 22:31:31 2021 +0000
@@ -1,28 +1,27 @@
-
-/************************************************************************************* 
- *                                                                                   * 
- *  Name        rvm_ext_priorities.h                                                 * 
- *                                                                                   * 
- *  Function    this file priorities defintitions for basic SWEs			         * 
- *				It includes a file                                   *
- *                                                                                   * 
- *  Version		0.1															         * 
- *																			         * 
- * 	Date       	Modification												         * 
- *  ------------------------------------									         * 
- *  10/11/2000	Create														         * 
- *																			         * 
- *	Author		Cristian Livadiotti (c-livadiotti@ti.com)					         * 
- *																			         * 
- * (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved         * 
- *                                                                                   *
- * --------------------------------------------------------------------------------- *
- *                                                                                   *
- *   History:                                                                        *
- *                                                                                   *
- *   10/18/2001 - Updated for R2D by Christophe Favergeon		                     * 
- *                                                                                   *
- *************************************************************************************/
+/*******************************************************************************
+ *                                                                             *
+ *  Name        rvm_ext_priorities.h                                           *
+ *                                                                             *
+ *  Function    this file priorities defintitions for basic SWEs	       *
+ *		It includes a file                                             *
+ *                                                                             *
+ *  Version	0.1							       *
+ *								               *
+ *  Date       	Modification					               *
+ *  ------------------------------------			               *
+ *  10/11/2000	Create						               *
+ *								               *
+ *  Author	Cristian Livadiotti (c-livadiotti@ti.com)	               *
+ *								               *
+ * (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved   *
+ *                                                                             *
+ * --------------------------------------------------------------------------- *
+ *                                                                             *
+ *   History:                                                                  *
+ *                                                                             *
+ *   10/18/2001 - Updated for R2D by Christophe Favergeon                      *
+ *                                                                             *
+ ******************************************************************************/
 
 #ifndef __RVM_EXT_PRIORITIES_H_
 #define __RVM_EXT_PRIORITIES_H_
--- a/src/cs/riviera/rvm/rvm_priorities.h	Fri Apr 30 22:15:20 2021 +0000
+++ b/src/cs/riviera/rvm/rvm_priorities.h	Fri Apr 30 22:31:31 2021 +0000
@@ -1,20 +1,19 @@
-
 /****************************************************************************/
 /*                                                                          */
 /*  Name        rvm_priorities.h                                            */
 /*                                                                          */
-/*  Function    this file priorities defintitions for basic SWEs			*/
-/*				It includes a file rvm_ext_priorities.h where are defined   */
-/*				"custom" priorities.
+/*  Function    this file priorities defintitions for basic SWEs	    */
+/*		It includes a file rvm_ext_priorities.h where are defined   */
+/*		"custom" priorities.					    */
 /*                                                                          */
-/*  Version		0.1															*/
-/*																			*/
-/* 	Date       	Modification												*/
-/*  ------------------------------------									*/
-/*  10/11/2000	Create														*/
-/*																			*/
-/*	Author		Cristian Livadiotti (c-livadiotti@ti.com)					*/
-/*																			*/
+/*  Version	0.1							    */
+/*									    */
+/*  Date       	Modification						    */
+/*  ------------------------------------				    */
+/*  10/11/2000	Create							    */
+/*									    */
+/*  Author	Cristian Livadiotti (c-livadiotti@ti.com)		    */
+/*									    */
 /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved*/
 /****************************************************************************/
 
@@ -54,9 +53,9 @@
 #define		RVM_AUDIO_TASK_PRIORITY			(245)
 #define		RVM_AUDIO_BGD_TASK_PRIORITY		(246)
 #define		RVM_RTC_TASK_PRIORITY			(248)
-#define     RVM_FFS_TASK_PRIORITY			(250)
-#define     RVM_TRACE_TASK_PRIORITY			(251) //(79)
-#define     RVM_DAR_TASK_PRIORITY			(245)
+#define		RVM_FFS_TASK_PRIORITY			(250)
+#define		RVM_TRACE_TASK_PRIORITY			(251) //(79)
+#define		RVM_DAR_TASK_PRIORITY			(245)
 #define		RVM_ETM_TASK_PRIORITY			(249)
 #define		RVM_LCC_TASK_PRIORITY			(246)
 #define		RVM_MKS_TASK_PRIORITY			(255)
@@ -73,14 +72,14 @@
 
 #define		RVM_OBIGO_TASK_PRIORITY			(242)
 #define		RVM_IMG_TASK_PRIORITY			(241)
-#define		RVM_MMS_TASK_PRIORITY	(247)
+#define		RVM_MMS_TASK_PRIORITY			(247)
 
 /*
 ** RV Test Menu and Dummy Tasks Priorities
 */
-#define		RVM_RVTEST_MENU_TASK_PRIORITY	(240)
+#define		RVM_RVTEST_MENU_TASK_PRIORITY		(240)
 #define		RVM_DUMMY_TASK_PRIORITY			(80)
-//#define		IDLE_TASK_PRIORITY				(80)  /* A-M-E-N-D-E-D! */
+//#define	IDLE_TASK_PRIORITY			(80)  /* A-M-E-N-D-E-D! */
 #define		RVM_INVKR_TASK_PRIORITY			(240) /* A-M-E-N-D-E-D! */
 #define		RVM_TE1_TASK_PRIORITY			(240) /* A-M-E-N-D-E-D! */
 #define		RVM_TE2_TASK_PRIORITY			(240) /* A-M-E-N-D-E-D! */