fix configure network problem and configure fpio for w5500

This commit is contained in:
wuzheng
2022-11-28 09:38:35 +08:00
parent 334d5f1eee
commit d8ac0998b2
4 changed files with 53 additions and 28 deletions
@@ -47,7 +47,8 @@ enum HS_GPIO_CONFIG {
SPI1_CS3_PIN,
#endif
#ifdef BSP_USING_W5500
WIZ_RST_PIN, WIZ_INT_PIN,
WIZ_RST_PIN,
WIZ_INT_PIN,
#endif
GPIO_ALLOC_START /* index of gpio driver start */
}