mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
atusb/fw/mac.c (RX_BUFS): increase buffer size from 2 to 3 frames
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "mac.h"
|
||||
|
||||
|
||||
#define RX_BUFS 2
|
||||
#define RX_BUFS 3
|
||||
|
||||
|
||||
bool (*mac_irq)(void) = NULL;
|
||||
|
||||
Reference in New Issue
Block a user