define to use W5500 chip and mark SPI functions to be replaced as weak

This commit is contained in:
2020-11-07 21:14:04 +01:00
parent a33e0f8381
commit 0446055537
2 changed files with 10 additions and 6 deletions

View File

@ -71,6 +71,10 @@ extern "C" {
#define W5300 5300
#define W5500 5500
#define _WIZCHIP_ W5500
#ifndef _WIZCHIP_
#define _WIZCHIP_ W5100S // W5100, W5100S, W5200, W5300, W5500
#endif