comparison chipsetsw/riviera/rv/rv.h @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
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