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