changeset 7275 | 15f722e0b96f |
child 7314 | 6171f0bad318 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project_files/frontlib/hwconsts.c Wed Jun 27 18:02:45 2012 +0200 @@ -0,0 +1,4 @@ +#include "hwconsts.h" + +const uint32_t flib_teamcolor_defaults[] = HW_TEAMCOLOR_ARRAY; +const size_t flib_teamcolor_defaults_len = sizeof(flib_teamcolor_defaults)/sizeof(uint32_t)-1;