1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 06:48:25 +02:00

atusb/fw/mac.c (RX_BUFS): increase buffer size from 2 to 3 frames

This commit is contained in:
Werner Almesberger 2013-07-30 20:38:13 -03:00
parent 08f4ac98fa
commit bf067b3e73

View File

@ -22,7 +22,7 @@
#include "mac.h"
#define RX_BUFS 2
#define RX_BUFS 3
bool (*mac_irq)(void) = NULL;