Content originally posted in LPCWare by leluno on Sat Feb 08 06:23:35 MST 2014
for me its no longer a Problem while i have found and changed MIN to MINUTE and in
LPC_types.h
MIN in MIn
#define MAx(a, b) (((a) > (b)) ? (a) : (b))
#define MIn(a, b) (((a) < (b)) ? (a) : (b))//geändert conflict mit MINute
#endif /* LPC_TYPES_H */
The problem is, that NXP has two system-files with the same item for different meanings.