I\'m trying to pass the parameters to macro SETBIT with another predefined macro like this:
SETBIT
#define SETBIT(ADDRESS,BIT,N) {(N) ? (ADDRESS &=
This works:
#define SETBIT2(ADDRESS,BIT,N) ((N) ? (ADDRESS &= ~(1<