comparison src/cs/riviera/rv/rv.h @ 0:b6a5e36de839

src/cs: initial import from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Jul 2018 04:39:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b6a5e36de839
1
2 /************************************************************************************
3 * *
4 * rv.h : Include file for rv.c and other C-files in the project *
5 * Contains priority setting for the different tasks, ... *
6 * *
7 * Author : Frederic Bossy (f-bossy@ti.com) *
8 * Version number : 1.0 *
9 * Date : 23 Nov 1999 *
10 * *
11 * Copyright (c) Texas Instruments 1999 *
12 **********************************************************************************/
13
14 #ifndef __RV_INCLUDE_H__
15 #define __RV_INCLUDE_H__
16
17
18 /* Stack and memory size definitions */
19 #define STACK_SIZE 2000
20
21 #endif