1.For W5100S,The array size is one byte smaller

2.W5100S also support KA
This commit is contained in:
yaozhiman
2018-12-01 20:10:05 +08:00
parent 435cedca91
commit c2356c8777
3 changed files with 3 additions and 3 deletions

View File

@ -390,7 +390,7 @@ typedef enum
SO_DESTPORT, ///< Set the destination Port number. @ref Sn_DPORT ( @ref setSn_DPORT(), @ref getSn_DPORT() )
#if _WIZCHIP_ != 5100
SO_KEEPALIVESEND, ///< Valid only in setsockopt. Manually send keep-alive packet in TCP mode, Not supported in W5100
#if _WIZCHIP_ > 5200
#if _WIZCHIP_ > 5100
SO_KEEPALIVEAUTO, ///< Set/Get keep-alive auto transmission timer in TCP mode, Not supported in W5100, W5200
#endif
#endif