summaryrefslogtreecommitdiff
path: root/cesar/cp/cl_interf
diff options
context:
space:
mode:
authorlaranjeiro2009-09-23 11:41:59 +0000
committerlaranjeiro2009-09-23 11:41:59 +0000
commit8b7f0f6894adbba561c883bed1bd34aa6986f24c (patch)
tree6a7f283977a0dbd03f082ed257ec751be1142c8c /cesar/cp/cl_interf
parent4c683e626be6a7660e24a7ad7e6361aeeaafeb11 (diff)
cp/cl_interf:
* Reduce the CP_CL_INTERF_MBOX_GET_WAIT_ECOS_TICKS to 1 instead of 10, this allows the sniffer to not assert the station. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5701 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/cl_interf')
-rw-r--r--cesar/cp/cl_interf/src/cl_interf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/cp/cl_interf/src/cl_interf.c b/cesar/cp/cl_interf/src/cl_interf.c
index 44174f7f0b..cbc7de7085 100644
--- a/cesar/cp/cl_interf/src/cl_interf.c
+++ b/cesar/cp/cl_interf/src/cl_interf.c
@@ -34,7 +34,7 @@
#include <cyg/kernel/kapi.h>
/** The time in eCos ticks to wait before continuing the process. */
-#define CP_CL_INTERF_MBOX_GET_WAIT_ECOS_TICKS 10
+#define CP_CL_INTERF_MBOX_GET_WAIT_ECOS_TICKS 1
/**
* Initialise the module.