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.
typedef enum { SCREEN_STARTUP, SCREEN_SHUTDWN, } ScreenType; void main( void ) { while(1); }
Thanks Hans I appreciate the input. I just want to add that I posted the code with the extra comma intentionally, just incase somebody wanted to copy and run it for themselves. If I left it out then it would not generate any error on both V709 or V710. EOM.