mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 01:23:08 +02:00
atusb/fw/mac.c (RX_BUFS): increase buffer size from 2 to 3 frames
This commit is contained in:
parent
08f4ac98fa
commit
bf067b3e73
@ -22,7 +22,7 @@
|
||||
#include "mac.h"
|
||||
|
||||
|
||||
#define RX_BUFS 2
|
||||
#define RX_BUFS 3
|
||||
|
||||
|
||||
bool (*mac_irq)(void) = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user