Module: xenomai-abe Branch: experimental Commit: bc45d5879a4b6d00cda3e358ce574f57d6011534 URL: http://git.xenomai.org/?p=xenomai-abe.git;a=commit;h=bc45d5879a4b6d00cda3e358ce574f57d6011534
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
