ioLibrary_Driver
ioLibrary_Driver copied to clipboard
Namespace Wizchip register defines to avoid name collision with CMSIS HAL code
A few months ago I encountered https://github.com/Wiznet/ioLibrary_Driver/issues/137 when interfacing a W5500 to an STM32G4 series microcontroller. This PR renames a bunch of #define statement to add WIZCHIP_REG_ to them to avoid future collisions with other code.