diff --git a/atusb/fw/mac.c b/atusb/fw/mac.c index d87a063..2344b99 100644 --- a/atusb/fw/mac.c +++ b/atusb/fw/mac.c @@ -22,7 +22,7 @@ #include "mac.h" -#define RX_BUFS 2 +#define RX_BUFS 3 bool (*mac_irq)(void) = NULL;