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.