summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/inc
diff options
context:
space:
mode:
authorlaranjeiro2009-05-14 12:49:48 +0000
committerlaranjeiro2009-05-14 12:49:48 +0000
commit0c88c406c3ba788e23fa77a71e6d221de28c959a (patch)
tree74f6f60ce73a53edc36ba308cf59042329faf219 /cesar/ce/rx/inc
parent0c66f103ec4cc0533a56dbd2797bbfc44e34e330 (diff)
* Cesar:
* Moved the thread priority and stack size definition to a common file. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4650 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/ce/rx/inc')
-rw-r--r--cesar/ce/rx/inc/rx.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/cesar/ce/rx/inc/rx.h b/cesar/ce/rx/inc/rx.h
index 6beb703439..81721e09d9 100644
--- a/cesar/ce/rx/inc/rx.h
+++ b/cesar/ce/rx/inc/rx.h
@@ -24,10 +24,8 @@
#include "ce/rx/rx.h"
-/**
- * Priority of the CE in RX thread.
- */
-#define CE_RX_THREAD_PRIORITY 15
+#include "common/defs/priority.h"
+
/**
* Thread name of the CE in RX.
*/
@@ -48,7 +46,7 @@ struct ce_rx_t
/**
* Stack used bu the thread.
*/
- u8 thread_stack[CYGNUM_HAL_STACK_SIZE_TYPICAL];
+ u8 thread_stack[CE_RX_THREAD_STACK_SIZE];
/**
* ECos thread handler.
*/