Module: xenomai-2.5 Branch: master Commit: 130e3298132af27bfa53b38d9f0cb10eec22b6ec URL: http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=130e3298132af27bfa53b38d9f0cb10eec22b6ec
Author: Alexis Berlemont <[email protected]> Date: Sun Oct 17 15:54:04 2010 +0200 analogy: fix the default size of the buffer --- include/analogy/types.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/analogy/types.h b/include/analogy/types.h index eec4ad0..e3974eb 100644 --- a/include/analogy/types.h +++ b/include/analogy/types.h @@ -27,7 +27,7 @@ /* --- Misc precompilation constants --- */ -#define A4L_DEFAULT_BFSIZE 0x1000 +#define A4L_DEFAULT_BFSIZE 0x10000 #define A4L_NAMELEN 20 /* --- Common Analogy types --- */ _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
