From d75d193762cb3148d0dae4a4d21a35329354fc77 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Wed, 14 Jul 2010 13:55:55 -0400 Subject: [PATCH] use 32 packets in the pool by default --- lib/maca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/maca.c b/lib/maca.c index e19ae81f7..fba0a1acd 100644 --- a/lib/maca.c +++ b/lib/maca.c @@ -55,7 +55,7 @@ #endif #ifndef NUM_PACKETS -#define NUM_PACKETS 8 +#define NUM_PACKETS 32 #endif /* for 250kHz clock */