diff options
Diffstat (limited to 'libhw/w5500_ll.h')
-rw-r--r-- | libhw/w5500_ll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhw/w5500_ll.h b/libhw/w5500_ll.h index c70da0d..5c61b6f 100644 --- a/libhw/w5500_ll.h +++ b/libhw/w5500_ll.h @@ -222,7 +222,7 @@ static_assert(sizeof(struct w5500ll_block_sock_reg) == 0x30); #define SOCKINTR_SEND_TIMEOUT ((uint8_t)1<<3) /* ARP or TCP */ #define SOCKINTR_RECV_DAT ((uint8_t)1<<2) /* received data */ #define SOCKINTR_RECV_FIN ((uint8_t)1<<1) /* received FIN */ -#define SOCKINTR_CONN ((uint8_t)1<<1) /* first for SYN, then when SOCKMODE_ESTABLISHED */ +#define SOCKINTR_CONN ((uint8_t)1<<0) /* first for SYN, then when SOCKMODE_ESTABLISHED */ #define STATE_CLOSED ((uint8_t)0x00) |