1
0
Fork 0
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:
Stefan Lankes 2016-03-15 22:51:54 +01:00
parent e258887700
commit 1a5fb9e070

View file

@ -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