In file wizchip_conf.h (line 254): `typedef int16_t datasize_t; ` should be: `typedef uint16_t datasize_t; `
In file wizchip_conf.h (line 254):
typedef int16_t datasize_t;should be:
typedef uint16_t datasize_t;