use 32 packets in the pool by default

This commit is contained in:
maralvira 2010-07-28 18:47:05 +00:00
parent eb0e3b7989
commit 422d05003f

View File

@ -30,7 +30,7 @@
* This file is part of libmc1322x: see http://mc1322x.devl.org * This file is part of libmc1322x: see http://mc1322x.devl.org
* for details. * for details.
* *
* $Id: maca.c,v 1.1 2010/06/10 14:55:39 maralvira Exp $ * $Id: maca.c,v 1.2 2010/07/28 18:47:05 maralvira Exp $
*/ */
#include <mc1322x.h> #include <mc1322x.h>
@ -55,7 +55,7 @@
#endif #endif
#ifndef NUM_PACKETS #ifndef NUM_PACKETS
#define NUM_PACKETS 8 #define NUM_PACKETS 32
#endif #endif
/* for 250kHz clock */ /* for 250kHz clock */