On Saturday, June 04, 2011 11:26:00 AM Sven Eckelmann wrote:
CodingStyle "Chapter 12: Macros, Enums and RTL" recommends to use enums for several related constants. Internal states can be used without defining the actual value, but all values which are visible to the outside must be defined as before. Normal values are assigned as usual and flags are defined by shifts of a bit.
Applied in revision aa623ef.
Thanks, Marek