mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-06-28 16:30:31 +00:00
6dd44f23c9
Microchip's XC16 and friends, when used with dsPICs, require that all pointers
to memory which could possibly be in EDS space by adorned with __eds__, e.g.
__eds__ int* p_int
Adding the macro UNITY_PTR_ATTRIBUTE allows Unity's pointers to be decorated
with whatever ridiculous attributes the compiler requires.