X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Frtos%2Fzephyr.c;fp=src%2Frtos%2Fzephyr.c;h=934a8dd1cc4420efb9b8fe4dedc5bd59ffe6ba01;hp=b00b4b3418fcf61550da1083c670233b5c502668;hb=d032e7ec8c2978feda5df2ca7c4ddbcaec2fcbf5;hpb=43c8aa28cb1570c11e1099c43e685af228190679 diff --git a/src/rtos/zephyr.c b/src/rtos/zephyr.c index b00b4b3418..934a8dd1cc 100644 --- a/src/rtos/zephyr.c +++ b/src/rtos/zephyr.c @@ -785,7 +785,7 @@ static int zephyr_get_symbol_list_to_lookup(struct symbol_table_elem **symbol_li return ERROR_OK; } -struct rtos_type zephyr_rtos = { +const struct rtos_type zephyr_rtos = { .name = "Zephyr", .detect_rtos = zephyr_detect_rtos,