ioLibrary_Driver icon indicating copy to clipboard operation
ioLibrary_Driver copied to clipboard

Namespace Wizchip register defines to avoid name collision with CMSIS HAL code

Open lroop opened this issue 2 years ago • 0 comments

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.

lroop avatar Oct 31 '23 14:10 lroop