X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Frtos%2Frtos.c;h=73ab840e68e7557f7d2e61a10dc4a5441e0d8538;hp=f90c4f643283ed2c4c4a3c3877c95809b41fa0ac;hb=a07a3d2d44aca2af0c16ff94eb8dec755220ec3e;hpb=49af0788e9fdfff45bcf72c4013497b568b42ede diff --git a/src/rtos/rtos.c b/src/rtos/rtos.c index f90c4f6432..73ab840e68 100644 --- a/src/rtos/rtos.c +++ b/src/rtos/rtos.c @@ -34,6 +34,7 @@ extern struct rtos_type ThreadX_rtos; extern struct rtos_type eCos_rtos; extern struct rtos_type Linux_os; extern struct rtos_type ChibiOS_rtos; +extern struct rtos_type embKernel_rtos; static struct rtos_type *rtos_types[] = { &ThreadX_rtos, @@ -41,6 +42,7 @@ static struct rtos_type *rtos_types[] = { &eCos_rtos, &Linux_os, &ChibiOS_rtos, + &embKernel_rtos, NULL };