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
+1 -1
View File
@@ -22,7 +22,7 @@
#include "mac.h"
#define RX_BUFS 2
#define RX_BUFS 3
bool (*mac_irq)(void) = NULL;