In macro #define can we use #pragma push_macro and pop_macro
My goal is to remove name
from SECTION_STOP
in the following macros:
In macro #define can we use #pragma push_macro annd pop_macro alongside __COUNTER__
My goal is to remove name
from SECTION_STOP
in the following macros: