We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
The following sequence worked in previous versions; what is the correct syntax now? #ifndef SYS_HW error: SYS_HW must be defined !! #endif
Jon, try error without the '#'. Of course this is a syntax error but that's what The Chrysler Corporation seems to have done. Yep. I did that and it generates all kinds of error messages. But, in reality, that's probably OK. The only time that line gets processed is when the SFR is not defined. The goal, then, is to halt execution and this does that. The error messages just don't indicate the REAL reason. Jon