forked from ROMEO/obsw
adjusting xil eth to work for us
This commit is contained in:
@ -40,6 +40,9 @@ extern "C" {
|
||||
|
||||
#if !NO_SYS
|
||||
#include "lwip/sys.h"
|
||||
//TODO this is not portable:
|
||||
#include "FreeRTOS.h"
|
||||
#include "timers.h"
|
||||
#endif
|
||||
|
||||
#include "lwip/netif.h"
|
||||
|
@ -36,7 +36,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "debug.h"
|
||||
#include "lwip/debug.h"
|
||||
|
||||
#define PQ_QUEUE_SIZE 4096
|
||||
|
||||
|
Reference in New Issue
Block a user