rtos: Use ARRAY_SIZE instead of coding it by hand
commit3a6ac237163b9a2c480c020064aabf4c2b199543
authorMatthias Blaicher <matthias@blaicher.com>
Sat, 27 Oct 2012 15:21:24 +0000 (27 17:21 +0200)
committerPeter Stuge <peter@stuge.se>
Sun, 28 Oct 2012 01:25:39 +0000 (28 01:25 +0000)
tree0722b510f6c5828f9904f683ef566bec4c00c623
parenta4dc39beb4c5678476d40e4e13f0a79d45145460
rtos: Use ARRAY_SIZE instead of coding it by hand

Use ARRAY_SIZE in helper/types.h to determine the size of the
symbol list.

Change-Id: Icc9838323510f8602efa5d0162a4daed33f863b9
Signed-off-by: Matthias Blaicher <matthias@blaicher.com>
Reviewed-on: http://openocd.zylin.com/935
Tested-by: jenkins
Reviewed-by: Peter Stuge <peter@stuge.se>
src/rtos/ChibiOS.c
src/rtos/FreeRTOS.c
src/rtos/ThreadX.c
src/rtos/eCos.c