WIZNet W5500 with additional enhancements
Fork of WIZnetInterface by
Diff: arch/ext/W5500.h
- Revision:
- 38:67e763cdde02
- Parent:
- 35:fe3028eda085
--- a/arch/ext/W5500.h Wed Oct 11 14:25:44 2017 +0200 +++ b/arch/ext/W5500.h Thu Oct 12 12:19:11 2017 +0200 @@ -103,10 +103,10 @@ #define Sn_MR_BCASTB 0x40 #define Sn_MR_MULTI 0x80 -#define Sn_IR_SENDOK 0x10 //Sn_IR values +#define Sn_IR_SENDOK 0x10 #define Sn_IR_TIMEOUT 0x08 #define Sn_IR_RECV 0x04 #define Sn_IR_DISCON 0x02
Helmut Tschemernjak
