diff --git a/common/console_output.c b/common/console_output.c index e3334ee20d..a6a1ec8cce 100644 --- a/common/console_output.c +++ b/common/console_output.c @@ -37,6 +37,7 @@ static const char *channel_names[CC_CHANNEL_COUNT] = { "spi", "system", "task", + "thermal", "usbcharge", "vboot", }; diff --git a/include/console.h b/include/console.h index 66bc5ba8e3..0fb8b48771 100644 --- a/include/console.h +++ b/include/console.h @@ -48,6 +48,7 @@ enum console_channel { CC_SPI, CC_SYSTEM, CC_TASK, + CC_THERMAL, CC_USBCHARGE, CC_VBOOT, /* Channel count; not itself a channel */