mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
fix buffer size of the mmnif driver
This commit is contained in:
parent
e258887700
commit
1a5fb9e070
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
|
||||
#define MMNIF_AUTO_SOCKET_TIMEOUT 500
|
||||
|
||||
#define MMNIF_RX_BUFFERLEN (24*1024)
|
||||
#define MMNIF_RX_BUFFERLEN (28*1024)
|
||||
#define MMNIF_IRQ 122
|
||||
|
||||
#ifdef DEBUG_MMNIF
|
||||
|
|
Loading…
Add table
Reference in a new issue