FreeCalypso > hg > freecalypso-sw
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/riviera/rv/rv.h Tue Nov 12 05:35:48 2013 +0000 @@ -0,0 +1,21 @@ + +/************************************************************************************ +* * +* rv.h : Include file for rv.c and other C-files in the project * +* Contains priority setting for the different tasks, ... * +* * +* Author : Frederic Bossy (f-bossy@ti.com) * +* Version number : 1.0 * +* Date : 23 Nov 1999 * +* * +* Copyright (c) Texas Instruments 1999 * +**********************************************************************************/ + +#ifndef __RV_INCLUDE_H__ +#define __RV_INCLUDE_H__ + + +/* Stack and memory size definitions */ +#define STACK_SIZE 2000 + +#endif