K 10 svn:author V 3 ian K 8 svn:date V 27 2013-11-10T21:12:42.389601Z K 7 svn:log V 148 Apparently with "const uint32_t foo = 0x60;" gcc doesn't consider 'foo' to be a constant integer suitable for use in a case label, so use #defines. END