Hello everyone, I'm using some enums and due to the standard they are 16bit int per default. But in most of my cases 8bit would be sufficient and I'm not loaded with free RAM.
I found that the compiler seems to offer the possibility of using 8bit enums (http://www.keil.com/support/man/docs/c166/c166_le_datatypes.htm), but I did not find how to tell him.
Any suggestions? Thanks a lot.
Best regards, Marcus