comparison riviera/rv/rv.h @ 0:75a11d740a02

initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:02:41 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:75a11d740a02
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