diff -r 8eed495fd8da -r 15f722e0b96f project_files/frontlib/hwconsts.c --- /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;