define to use W5500 chip and mark SPI functions to be replaced as weak
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user