# HG changeset patch # User Mychaela Falconia # Date 1619821891 0 # Node ID 93af50ca61f97301db99515817bec05512d05f9d # Parent 7175610a13850711882537d62a9ec86457235094 rvm_priorities.h, rvm_ext_priorities.h: readability fixes diff -r 7175610a1385 -r 93af50ca61f9 src/cs/riviera/rvm/rvm_ext_priorities.h --- 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_ diff -r 7175610a1385 -r 93af50ca61f9 src/cs/riviera/rvm/rvm_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! */