Fix context switch channel name

This commit is contained in:
Rodrigo Arias 2023-02-23 19:12:54 +01:00 committed by Rodrigo Arias Mallo
parent 6039bf73c7
commit 1d9d592b63

View File

@ -15,7 +15,7 @@ struct model_spec model_kernel = {
/* ----------------- channels ------------------ */ /* ----------------- channels ------------------ */
static const char *chan_name[CH_MAX] = { static const char *chan_name[CH_MAX] = {
[CH_CS] = "subsystem", [CH_CS] = "context_switch",
}; };
static const int chan_stack[CH_MAX] = { static const int chan_stack[CH_MAX] = {