FreeCalypso > hg > freecalypso-sw
comparison nuc-fw/riviera/rv/rv.h @ 118:21de8d8e6ea7
checking in Riviera code from the Sotomodem version
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 29 Oct 2013 07:03:45 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
117:e40d8661ecab | 118:21de8d8e6ea7 |
---|---|
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 |