From bd41c67478a0ecb745c20510eab6228398ea59ea Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Mon, 26 Sep 2011 17:26:11 +0200 Subject: Shared memory size parameter added to configuration. --- include/dlt/dlt_shm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dlt/dlt_shm.h') diff --git a/include/dlt/dlt_shm.h b/include/dlt/dlt_shm.h index e9a8d07..aca92c6 100644 --- a/include/dlt/dlt_shm.h +++ b/include/dlt/dlt_shm.h @@ -66,7 +66,7 @@ *******************************************************************************/ #define DLT_SHM_KEY 11771 -#define DLT_SHM_SIZE (1024*4000) +#define DLT_SHM_SIZE 100000 #define DLT_SHM_SEM 22771 typedef struct -- cgit v1.2.1