comparison src/cs/system/Main/create_RVtasks.c @ 139:3e16c8832c0e

src/cs/system/Main/create_RVtasks.c: header comment line length fix
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 08 Oct 2016 16:16:49 +0000
parents 134c5fe13e44
children a9743c1dbe58
comparison
equal deleted inserted replaced
138:385841ccb7f8 139:3e16c8832c0e
1 /************************************************************************************* 1 /*******************************************************************************
2 * * 2 * *
3 * Name create_RVtasks.c * 3 * Name create_RVtasks.c *
4 * * 4 * *
5 * Function this file contains functions allowing tasks creation in * 5 * Function this file contains functions allowing tasks creation in *
6 * the Riviera environment * 6 * the Riviera environment *
7 * * 7 * *
8 * Version 0.1 * 8 * Version 0.1 *
9 * * 9 * *
10 * Date Modification * 10 * Date Modification *
11 * ------------------------------------ * 11 * ------------------------------------ *
12 * 03 August 2000 Create * 12 * 03 August 2000 Create *
13 * * 13 * *
14 * Author Pascal Puel * 14 * Author Pascal Puel *
15 * * 15 * *
16 * (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved * 16 * (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved *
17 * * 17 * *
18 * --------------------------------------------------------------------------------- * 18 * --------------------------------------------------------------------------- *
19 * * 19 * *
20 * History: * 20 * History: *
21 * * 21 * *
22 * 10/18/2001 - Updated for R2D by Christophe Favergeon * 22 * 10/18/2001 - Updated for R2D by Christophe Favergeon *
23 * 08/28/2002 - Clean-Up by Gerard Cauvy * 23 * 08/28/2002 - Clean-Up by Gerard Cauvy *
24 * * 24 * *
25 ************************************************************************************/ 25 ******************************************************************************/
26 26
27 #ifndef _WINDOWS 27 #ifndef _WINDOWS
28 #include "rv.cfg" 28 #include "rv.cfg"
29 #endif 29 #endif
30 30