Nesting ifdefs
is ok nest macro ifdefs inside other ifdefs?
such as:
such as:
code: [select]
#ifdef a
#ifndef b
#define c
#endif
#ifndef d
#define e
#endif
quote
is ok nest macro ifdefs inside other ifdefs?does work when try ?
Arduino Forum > Using Arduino > Programming Questions > Nesting ifdefs
arduino
Comments
Post a Comment