mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/software/libnet/microudp: fix debug flag
This commit is contained in:
parent
17f6cb1f17
commit
80d78698e3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
#include <net/microudp.h>
|
#include <net/microudp.h>
|
||||||
|
|
||||||
//#define DEBUG_MICROUDP_TX
|
//#define DEBUG_MICROUDP_TX
|
||||||
//#define DEBUG_MICROUDP_TX
|
//#define DEBUG_MICROUDP_RX
|
||||||
|
|
||||||
#define ETHERTYPE_ARP 0x0806
|
#define ETHERTYPE_ARP 0x0806
|
||||||
#define ETHERTYPE_IP 0x0800
|
#define ETHERTYPE_IP 0x0800
|
||||||
|
|
Loading…
Reference in a new issue