comparison gsm-fw/riviera/rv/rv.h @ 143:afceeeb2cba1

Our nuc-fw is destined to become gsm-fw, so I went ahead and did the big hg mv
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 12 Nov 2013 05:35:48 +0000
parents nuc-fw/riviera/rv/rv.h@21de8d8e6ea7
children
comparison
equal deleted inserted replaced
142:15d5977390c2 143:afceeeb2cba1
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