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

@ -232,7 +232,7 @@ extern "C" {
typedef struct __WIZCHIP
{
uint16_t if_mode; ///< host interface mode
uint8_t id[6]; ///< @b WIZCHIP ID such as @b 5100, @b 5200, @b 5500, and so on.
uint8_t id[7]; ///< @b WIZCHIP ID such as @b 5100, @b 5200, @b 5500, and so on.
/**
* The set of critical section callback func.
*/